get https://{api_url}/api/v5/admin//schedules/new
Retrieves the schema for creating a new schedule.
The schema can be used to validate the payload for the Create Schedule API.
Log in to see full request history
Response
200Schedule Schema
Retrieves the schema for creating a new schedule.
The schema can be used to validate the payload for the Create Schedule API.
200Schedule Schema
xxxxxxxxxx
curl --request GET \
--url https://example.jrni.com/api/v5/admin/company_id/schedules/new \
--header 'accept: application/json'
Try It!
to start a request and see the response here!