CLI Reference Guide

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 88 for the steps required to
get the userIdentifier value.
maxResults=<n>
Optional; whereī€ƒnī€ƒis 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.
Returns
200 - Ok
401 - Not authorized
500 - Server exception
Examples
The following URL was sent:
https://<host>:<port>/csa/rest/notification/party/BFA0DB53DA414B90E04059106D1A24
B5 ?userIdentifier=BFA0DB53DA414B90E04059106D1A24B5
The following XML was returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<NotificationList>
<notification>
<notifContentBody>Your service subscription for {0} is now active. To vi
ew the details or make modifications, go to the {1} and click the Subscriptions
tab.</notifContentBody>
<notifSubject>Your subscription is now active</notifSubject>
<notifactionId>90d957ea3806fa7e01380f95d38d073a</notifactionId>
<recepientId>BFA0DB53DA414B90E04059106D1A24B5</recepientId>
<recepientName>consumer</recepientName>
<senderContextArtifactName>CSA_CONSUMER</senderContextArtifactName>
<senderContextArtifactTypeName>ORGANIZATION</senderContextArtifactTypeNa
me>
<tokens><tokenSequence>0</tokenSequence><value>my request</value></token
s>
HP Cloud Service Automation (4.00) Page 90 of 141
APIī€ƒReference
Contents