SLA Policies
List SLA policies
GET/workspaces/{workspaceId}/inbox/sla-policies
Authorization
Path parameters
workspaceId*string
Query parameters
Response
A paginated list of SLA policies.
Body
nextPageTokenstring
The token to fetch the next page of results. If empty, there are no more results to fetch.
results*array of SlaPolicy (object)
Request
Response
Create SLA policy
POST/workspaces/{workspaceId}/inbox/sla-policies
Authorization
Path parameters
workspaceId*string
Body
name*string
description*string
timeKeepingMethod*SlaTimeKeepingMethod (enum)
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.
clockbusinessHours
metricsSlaMetrics (object)
Response
The SLA policy.
Body
id*string (uuid)
workspaceId*string (uuid)
name*string
description*string
timeKeepingMethod*SlaTimeKeepingMethod (enum)
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.
clockbusinessHours
metricsSlaMetrics (object)
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Get SLA policy
GET/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorization
Path parameters
workspaceId*string
slaPolicyId*string (uuid)
Response
The SLA policy.
Body
id*string (uuid)
workspaceId*string (uuid)
name*string
description*string
timeKeepingMethod*SlaTimeKeepingMethod (enum)
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.
clockbusinessHours
metricsSlaMetrics (object)
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Update SLA policy
PATCH/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorization
Path parameters
workspaceId*string
slaPolicyId*string (uuid)
Body
namestring
descriptionstring
timeKeepingMethodSlaTimeKeepingMethod (enum)
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.
clockbusinessHours
metricsSlaMetrics (object)
Response
The SLA policy.
Body
id*string (uuid)
workspaceId*string (uuid)
name*string
description*string
timeKeepingMethod*SlaTimeKeepingMethod (enum)
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.
clockbusinessHours
metricsSlaMetrics (object)
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Delete SLA policy
DELETE/workspaces/{workspaceId}/inbox/sla-policies/{slaPolicyId}
Authorization
Path parameters
workspaceId*string
slaPolicyId*string (uuid)
Response
OK
Request
Response
Last updated