Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - notifyMessageItemType

Description

This represents the notification message posted via event service.

Properties

Name Type Occurrence Description
action xs:string Optional The action performed to notify the subscribers.
actor xs:anyURI Optional The urn of the user who performed the action.
application appNameType Optional Application for resolving application strings. If not defined “system” should be assumed.
category xs:string Optional The category of the message.
class xs:string Required The class of the message belonging to. eg: entity, newsfeed, conversation
content xs:string Optional The message to be notified to the subscriber.
objectRef xs:string Optional The unique identifier of the message. eg: urn:xxx:xxx:xxx
param Array<xs:string> Optional The substitution parameter.
relatedObjectRef Array<xs:string> Optional The unique identifier of parent, grandparent, … related objects.
shortParam Array<xs:string> Optional The substitution parameter for short titles.
templateId xs:string Optional The messageId defined in the app-strings for this message. Eg: urn.user.buzz.social.wall.postMessage. This is used to create the notification title.
title xs:string Optional The title if no templateId specified or the app-string look up fails.
transactionId xs:string Optional The transaction ID generated for the API request.
In This Document