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": [ "161e9129-2b84-471a-b991-1b6af8684075", "e833c509-ea02-4159-b061-c8087f9a99bb" ] }