cURL
curl --request GET \ --url https://api.engrate.io/schedule-management/v1/schedules/{uid} \ --header 'Authorization: <api-key>'
{ "uid": "<string>", "org_uid": "<string>", "market": "<string>", "tso": "<string>", "date": "<string>", "created_ts": "<string>", "last_modified_ts": "<string>" }
Get a specific schedule by UID.
Successful Response
Response model for Schedule - matches eg-app contract.
All fields are strings to match the frontend TypeScript interface.
Was this page helpful?