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