Skip to main content
GET
List nominations

Autorisierungen

X-Api-Key
string
header
erforderlich

Abfrageparameter

status
enum<string>

Filter by nomination status

Verfügbare Optionen:
pending,
partial_match,
match,
superseded
eic
string

Filter by customer EIC code

Beispiel:

"11YWINDPARKNO--A"

delivery_date
string<date>

Filter by delivery date (shorthand for full-day range)

Beispiel:

"2026-01-15"

delivery_start
string<date-time>

Filter: delivery start >= this value (ISO 8601)

Beispiel:

"2026-01-01T00:00:00Z"

delivery_end
string<date-time>

Filter: delivery end <= this value (ISO 8601)

Beispiel:

"2026-03-31T23:45:00Z"

slot_number_from
integer

Filter: slot number >= this value (1–100)

Erforderlicher Bereich: 1 <= x <= 100
slot_number_to
integer

Filter: slot number <= this value (1–100)

Erforderlicher Bereich: 1 <= x <= 100
include_slots
enum<string>
Standard:false

Include the slots array in the response (default false). When false, the slots field is omitted.

Verfügbare Optionen:
true,
false
limit
integer
Standard:10

Maximum number of items per page

Erforderlicher Bereich: 1 <= x <= 100
after
string

Cursor for the next page — pass the next_cursor value from the previous response

Beispiel:

"con_a1b2c3d4"

Antwort

Nominations list

nominations
object[]
erforderlich

List of nominations

pagination
object
erforderlich