SLAs

This method returns all the SLAs which are configured on your account.

URL

/api/v2/objects/slas

Example JSON

[
  {
    "id": 2,
    "name": "Extreme Response",
    "reply_in": 10,
    "resolution_in": 120
  },
  {
    "id": 1,
    "name": "Standard Response",
    "reply_in": 30,
    "resolution_in": null
  }
]

Proudly powered by Katapult. Running on 100% renewable energy.