GET/desk/api/v2/slas/{id}.json

Get a single sla by id.

The following values are allowed in the includes query parameter:

  • businesshours
  • messages
  • slacompanies
  • slacustomers
  • slainboxes
  • slanotifications
  • slatags
  • slaticketpriorities
  • slatickettypes
  • users
  • all

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    SLAAPIBody handles the get/create/update request/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.

Examples

200 OK

SLAAPIBody
{  "included": {    "companies": [      {        "address": {          "delete": true,          "id": 0,          "meta": {            "additionalProp": "Unknown Type: any"          },          "type": 0        },        "avatarPath": "string",        "createdAt": "2025-07-07T10:27:00.306Z",        "createdBy": {          "delete": true,          "id": 0,          "meta": {