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
ResourceNotificationsName | Description | Type | Additional information |
---|---|---|---|
AllNotifications | boolean |
None. |
|
Notifications | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "AllNotifications": true, "Notifications": [ "13e2a8ab-81d0-474c-a024-82be042de2c1", "334b0e71-543e-40dc-b53d-269f62846ffd" ] }