GET/desk/api/v2/slas.json
Get a paginated list of slas.
The following values are allowed in the filter query parameter:
- businesshours
- createdAt
- createdBy
- deletedAt
- deletedBy
- description
- displayOrder
- enabled
- id
- name
- state
- updatedAt
- updatedBy
The following values are allowed in the orderBy query parameter:
-
businesshours
-
createdAt
-
createdBy
-
deletedAt
-
deletedBy
-
description
-
displayOrder
-
enabled
-
id
-
name
-
state
-
updatedAt
-
updatedBy
The following values are allowed in the [includes](https://apidocs.teamwork.com/guides/desk/relationships-and-includes) query parameter:
-
businesshours
-
messages
-
slacompanies
-
slacustomers
-
slainboxes
-
slanotifications
-
slatags
-
slaticketpriorities
-
slatickettypes
-
users
-
all
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
SLAsAPIBody handles the listing response for sla.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
SLAsAPIBody
{ "included": { "companies": [ { "address": { "delete": true, "id": 0, "meta": { "additionalProp": "Unknown Type: any" }, "type": 0 }, "avatarPath": "string", "createdAt": "2025-07-07T10:26:43.648Z", "createdBy": { "delete": true, "id": 0, "meta": {