Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get time schedule

GET/workspaces/{organizationId}/time-schedules/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Time schedule
idstringrequired
organizationIdstringrequired
namestringrequired
timeDatastring | nullrequired
createdAtstringrequired
updatedAtstringrequired
404Time schedule not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/time-schedules/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "timeData": "string",
  "createdAt": "string",
  "updatedAt": "string"
}