GET api/resources/{id}/notifications

Get notification setup for a resource

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ResourceNotifications
NameDescriptionTypeAdditional information
AllNotifications

boolean

None.

Notifications

Collection of globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "AllNotifications": true,
  "Notifications": [
    "955d4126-2c16-4847-8bb9-2f2dc142a79c",
    "ff8ef633-ec05-4099-8e44-fc3a74dfe7db"
  ]
}