SLA Policies

List SLA policies

get
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
pageTokenstringOptional

Pagination token that keeps of track of the current position in the list

reversebooleanOptional

Order in which to retrieve the results

Default: false
Responses
200

A paginated list of SLA policies.

application/json
get
/workspaces/{workspaceId}/inbox/sla-policies
200

A paginated list of SLA policies.

Create SLA policy

post
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Body
namestringRequired
descriptionstringRequired
timeKeepingMethodstring · enumRequired

Determine how the timers are tracking expiry.

  • clock will simply count using the full 24 hours of a day.
  • businessHours takes into account the business hours configured for the assigned team.
Possible values:
Responses
post
/workspaces/{workspaceId}/inbox/sla-policies

Get SLA policy

get
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
slaPolicyIdstring · uuidRequired
Responses
200

The SLA policy.

application/json
get
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}

Update SLA policy

patch
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
slaPolicyIdstring · uuidRequired
Body
namestringOptional
descriptionstringOptional
timeKeepingMethodstring · enumOptional

Determine how the timers are tracking expiry.

  • clock will simply count using the full 24 hours of a day.
  • businessHours takes into account the business hours configured for the assigned team.
Possible values:
Responses
200

The SLA policy.

application/json
patch
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}

Delete SLA policy

delete
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
slaPolicyIdstring · uuidRequired
Responses
delete
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}

No content

Last updated

Was this helpful?