Deskhero Developer Hub
Back to deskhero.com
Notifications

Settings

Returns the calling User's notification settings, the per group new ticket, ticket reply and SLA alert preferences together with the mention and ticket assignment channel settings.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/notifications/settings
Authorisation
Minimum role: USER

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_notification_settings_wrapper
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_notification_settings_wrapper
NameTypeReadOnlyDescription
groupsDTO_notification_group[]Groups
mentionDTO_notification_channelMention
assignedDTO_notification_channelAssigned
DTO_notification_group
NameTypeReadOnlyDescription
new_ticket_emailBooleanNew ticket email
new_ticket_inappBooleanNew ticket inapp
reply_ticket_emailBooleanReply ticket email
reply_ticket_inappBooleanReply ticket inapp
new_ticketDTO_notification_channelNew ticket
reply_ticketDTO_notification_channelReply ticket
sla_alertDTO_notification_channelA ticket in this group is about to blow (or has blown) an SLA deadline. Only sent when the workspace has SLA.
idInt32Id
nameStringName
DTO_notification_channel
NameTypeReadOnlyDescription
emailBooleanEmail
inappBooleanInapp

Generated Aug 4, 2026 18:37