AurionAI Docs

List Agent Shifts

GET
/api/v2/agent-shifts

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/agent-shifts"
[
  {
    "created_at": "2019-08-24T14:15:22Z",
    "effective_from": "string",
    "effective_to": "string",
    "id": "string",
    "is_active": true,
    "name": "string",
    "schedule": [
      {}
    ],
    "timezone": "string",
    "updated_at": "2019-08-24T14:15:22Z",
    "user_email": "string",
    "user_id": "string",
    "user_name": "string"
  }
]