Fetch the state of a schedule
GET {{baseUrl}}/schedules/:id/state
This operation shows the current state of a schedule.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"schedule":{"state":"enabled"}}