Notifications

List

get

Retrieves all notification configurations.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve notifications (optional)

Responses
200

Success

application/json; api-version=1.0
get
/api/Notifications

Get

get

Retrieves a notification configuration.

Path parameters
idinteger · int32Required

Notification ID

Responses
200

Success

application/json; api-version=1.0
get
/api/Notifications/{id}

Delete

delete

Delete a notification by ID.

Path parameters
idinteger · int32Required

Notification ID

Responses
delete
/api/Notifications/{id}

No content

Was this helpful?