GET
/
schedule-series
/
{schedule_uid}
List Schedule Series
curl --request GET \
  --url https://api.engrate.io/schedule-series/{schedule_uid} \
  --header 'Authorization: Bearer <token>'
"<any>"

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

Query Parameters

limit
integer | null
after
string<uuid> | null
after_ts
string<date-time> | null
date
string | null
order
enum<string> | null
Available options:
oldest-first,
newest-first
market
enum<string> | null

Supported market IDs.

Available options:
germany,
netherlands

Response

Successful Response

The response is of type any.