GET
/
schedules
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/schedules
{
  "data": [
    {
      "id": "schedule-123",
      "name": "Business Hours Schedule",
      "timezoneId": "America/New_York",
      "isDefault": true,
      "isActive": true,
      "createdAt": "2024-03-08T10:00:00Z"
    }
  ],
  "total": 123
}

Query Parameters

name
string

Filter schedules by name

isDefault
boolean

Filter to get the default schedule

sequenceId
string

Filter schedules linked to a specific sequence

Response

200 - application/json

List of schedules retrieved successfully

The response is of type object.