Notification recipients

List notification recipients

get

List notification recipients

Query parameters
typestringOptional

Filter by type

offsetintegerOptional

Pagination offset

limitinteger · min: 1 · max: 100Optional

Pagination limit

orderBystringOptional

Order the results by this field, in this direction

Example: createdAt:descPattern: ^[a-zA-Z0-9\_]+(:(asc|desc))?$
Responses
200

OK

application/json
get
/notification-recipients
200

OK

Create a notification recipient

post

Create a notification recipient

Body

An entity or channel to send event notifications.

idstring · uuidRead-onlyOptional
namestringRequired
descriptionstring | nullableOptional
typestring · enumRequiredPossible values:
templatestring | nullableOptional
prioritiesnumber[]Optional

List of priorities for this recipient to be notified

settingsone ofRequired
or
or
or
or
or
or
statusstring · enumRead-onlyOptionalPossible values:
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
updatedByTypestring | nullableOptional
updatedByIdstring | nullableOptional
createdByTypestring | nullableOptional
createdByIdstring | nullableOptional
Responses
post
/notification-recipients
201

Created

Get a notification recipient

get

Get a notification recipient

Path parameters
notificationrecipientsIdstringRequired
Query parameters
typestringOptional

Filter by type

Responses
200

OK

application/json
get
/notification-recipients/{notificationrecipientsId}
200

OK

Delete a notification recipient

delete

Delete a notification recipient

Path parameters
notificationrecipientsIdstringRequired
Responses
delete
/notification-recipients/{notificationrecipientsId}
204

No Content

No content

Update a notification recipient

patch

Update a notification recipient

Path parameters
notificationrecipientsIdstringRequired
Body

An entity or channel to send event notifications.

idstring · uuidRead-onlyOptional
namestringRequired
descriptionstring | nullableOptional
typestring · enumRequiredPossible values:
templatestring | nullableOptional
prioritiesnumber[]Optional

List of priorities for this recipient to be notified

settingsone ofRequired
or
or
or
or
or
or
statusstring · enumRead-onlyOptionalPossible values:
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
updatedByTypestring | nullableOptional
updatedByIdstring | nullableOptional
createdByTypestring | nullableOptional
createdByIdstring | nullableOptional
Responses
200

OK

application/json
patch
/notification-recipients/{notificationrecipientsId}
200

OK

Was this helpful?