
Chapter 10: Notification API
Description
Use this API to retrieve the notification objects associated with<party_id>, or to send a notification
to users or organizations.
Base URL
https://<host>:<port>/csa/rest
URIs
The following URIs are appended to the base URL:
URI Method Parameters Description
/notification/party/<party_
id>
GET userIdentifier,
maxResults
"View list of notification objects"
below
/notification/party POST userIdentifier "Send notification" on page 96
View list of notification objects
Details
URI
/notification/party/<party_id>
Where the party ID is the UUID of a person, organization, or group. See How to
find a party ID.
Method GET
Parameters
userIdentifier=<user_id>
Required; the user ID you want to use as credentials for this API call. This user
should be a consumer user who has the necessary permissions for the data you
want to work with. See "Get userIdentifier" on page 91 for the steps required to get
the userIdentifier value.
maxResults=<n>
Optional; wherenis the number of notification objects to return. Notification
objects are ordered by createdOn date with most recent first. By default all
notification objects will be returned.
HP Cloud Service Automation (4.10) Page 94 of 150
Komentáře k této Příručce