Skip to main content
GET
List contingency schedule changes

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

cursor
string

Opaque pagination cursor.

limit
integer<int64>
predeterminado:50

Page size (default 50, max 200).

Rango requerido: 1 <= x <= 200

Respuesta

OK

hasMore
boolean
requerido

Whether more schedule changes exist beyond this page.

items
object[] | null
requerido

The page of schedule changes (never null; empty when none).

nextCursor
string

Opaque cursor for the next page; omitted when the feed is exhausted.