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": [
"84deaf9e-336f-4439-9c54-8e1b295a2823",
"e6d11280-3374-47c5-92f7-1a96eb84164e"
]
}