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": [ "56867bc7-8998-45d2-9108-aef2b0e06476", "3a40f84e-7b77-465d-acea-c465b896c62b" ] }