Update a notification group exists if exists, create a new one otherwise.
OK.
OK.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
{- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "webhook": { }
}
{- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "webhook": { }
}
Set the state of a notification group to deleted.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get a notification group identified by the provided ID.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "webhook": { }
}
Get all notification groups subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
[- {
- "deletedAt": "2019-08-24T14:15:22Z",
- "emails": [
- "user@example.com"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "webhook": { }
}
]