SLA Policies
List SLA policies
get
/workspaces/{workspaceId}/inbox/sla-policies
Authorizations
Path parameters
workspaceIdstringrequired
Query parameters
limitinteger
Limits the number of results to return
pageTokenstring
Pagination token that keeps of track of the current position in the list
reverseboolean
Order in which to retrieve the results
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Create SLA policy
post
/workspaces/{workspaceId}/inbox/sla-policies
Authorizations
Path parameters
workspaceIdstringrequired
Body
namestringrequired
descriptionstringrequired
timeKeepingMethodenumrequired
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.
Options:
clock
, businessHours
metricsobject
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
201
422
Get SLA policy
get
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorizations
Path parameters
workspaceIdstringrequired
slaPolicyIdstring uuidrequired
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
404
Update SLA policy
patch
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorizations
Path parameters
workspaceIdstringrequired
slaPolicyIdstring uuidrequired
Body
namestring
descriptionstring
timeKeepingMethodenum
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.
Options:
clock
, businessHours
metricsobject
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
404
422
Delete SLA policy
delete
/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorizations
Path parameters
workspaceIdstringrequired
slaPolicyIdstring uuidrequired
Responses
application/json
cURL
JavaScript
Python
HTTP
204
404
No body
Last updated
Was this helpful?