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": [
"41c9395e-5170-47cb-b71f-82e99bdb8b62",
"7ca6ac53-4929-4df1-8cd6-c7e534a87151"
]
}