GET api/resources/{id}/notifications
Get notification setup for a resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourceNotificationsName | Description | Type | Additional information |
---|---|---|---|
AllNotifications | boolean |
None. |
|
Notifications | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "AllNotifications": true, "Notifications": [ "81f5535c-d86b-4105-9b0b-b99b620b1f61", "bb0758d6-0012-4bb8-9996-772af4f51293" ] }