List Sla Policies
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 100offset?Offset
Default
0Range
0 <= valuestatus?|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/sla/policies"{
"items": [
{
"business_hours_id": "string",
"conditions": {},
"created_at": "2019-08-24T14:15:22Z",
"description": "string",
"escalation_count": 0,
"id": "string",
"is_default": true,
"name": "string",
"priority_order": 0,
"status": "string",
"target_count": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
],
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}