GET
/
schedules
/
{schedule_uid}
Get Schedule
curl --request GET \
  --url https://api.engrate.io/schedules/{schedule_uid} \
  --header 'Authorization: Bearer <token>'
{
  "uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "org_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "market": "germany",
  "created_ts": "<string>",
  "last_modified_ts": "<string>",
  "date": "<string>",
  "tso": "DE-AMPRION-TSO",
  "latest_version": 500
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schedule_uid
string<uuid>
required

Response

Successful Response

Schedule summary (state) type.

uid
string<uuid>
required

The unique ID of the Schedule.

org_uid
string<uuid>
required
market
enum<string>
required

Supported market IDs.

Available options:
germany,
netherlands
created_ts
string
required
last_modified_ts
string
required
date
string | null
required
latest_version
integer
required
Required range: 1 <= x <= 999
tso

Valid TSO IDs for the German market.

Available options:
DE-AMPRION-TSO,
TTG_DE,
DE-TRANSNETBWTSO,
50HERTZ_DE_TSO