Notifications / Group notification
Will be obsolete in future releases (keep now for backward compability) (renamed to group_settings)
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/notifications/group_notification
Method: PUT
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_notification_group
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_notification_group
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| new_ticket_email | Boolean | New ticket email | |
| new_ticket_inapp | Boolean | New ticket inapp | |
| reply_ticket_email | Boolean | Reply ticket email | |
| reply_ticket_inapp | Boolean | Reply ticket inapp | |
| new_ticket | DTO_notification_channel | New ticket | |
| reply_ticket | DTO_notification_channel | Reply ticket | |
| id | Int32 | Id | |
| name | String | Name |
DTO_notification_channel
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| Boolean | |||
| inapp | Boolean | Inapp |