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": [
"7260ff73-e560-4123-87e2-0e3f93d9e424",
"86b09e17-b615-422b-a0ae-3fa7747ddab0"
]
}