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": [
"76ae5b11-da72-4d03-b785-a2cc60d2a857",
"77e1664f-a6e9-4864-835b-9f3f354822ba"
]
}