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
ResourceNotifications| Name | Description | Type | Additional information |
|---|---|---|---|
| AllNotifications | boolean |
None. |
|
| Notifications | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"AllNotifications": true,
"Notifications": [
"eff527f2-0a9d-43f8-a0fb-9cdb4cf7887f",
"3a2db4e8-8db7-4893-a75a-5a07fa6de0a4"
]
}