Deskhero Developer Hub
Back to deskhero.com
Sla

Settings

Returns the workspace SLA settings (which statuses pause the resolution clock).

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

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_sla_settings
Wrapper
DTO_response_wrap
Other statuses
403 (Forbidden)
Response body example
DTO_sla_settings
NameTypeReadOnlyDescription
pause_statusesDTO_reference[]Statuses that pause the resolution clock, i.e. the ones that mean "waiting on the customer". Defaults to the workspace's Pending status. The first-response clock never pauses.
available_statusesDTO_reference[]ReadOnlyThe workspace's ticket statuses, so the settings screen can offer them without having to run a ticket query to harvest them from aggregations.
available_prioritiesDTO_reference[]ReadOnlyThe workspace's ticket priorities, for the rule editor's priority condition.
available_groupsDTO_reference[]ReadOnlyThe workspace's groups, for the rule editor's group condition.
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.

Generated Aug 4, 2026 18:37