Skip to main content
GET
/
schedule-management
/
v1
/
schedules
/
{uid}
Get Schedule
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>"
}

Authorizations

Authorization
string
header
required

Path Parameters

uid
string<uuid>
required

Response

Successful Response

Response model for Schedule - matches eg-app contract.

All fields are strings to match the frontend TypeScript interface.

uid
string
required
org_uid
string
required
market
string
required
tso
string
required
date
string
required
created_ts
string
required
last_modified_ts
string
required