List Ola 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/ola/policies"{
"items": [
{
"business_hours_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"internal_team_id": "string",
"name": "string",
"status": "string",
"target_minutes": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
],
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}