Skip to main content
GET
/
schedule-management
/
v1
/
schedules
List Schedules
curl --request GET \
  --url https://api.engrate.io/schedule-management/v1/schedules \
  --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

Query Parameters

market
enum<string> | null

Filter by market: 'DE' or 'NL'.

Available options:
DE,
NL,
germany,
netherlands
tso
string | null

Filter by TSO identifier. DE values: '50HERTZ_DE_TSO', 'DE-AMPRION-TSO', 'TTG_DE', 'DE-TRANSNETBWTSO'. NL value: 'TENNET_TSO'.

date_from
string<date> | null

Start date filter (YYYY-MM-DD), inclusive.

date_to
string<date> | null

End date filter (YYYY-MM-DD), inclusive.

Response

Successful Response

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