Get AFIR EVSE statuses changed since a cursor

Returns a batch of EVSE dynamic statuses (availability + ad-hoc price) that changed since
the supplied since cursor, in DATEX II format. Omit since to fetch a full snapshot.

Paging is cursor-based: pass the returned publicationTime back as since on the next request and repeat
until an empty batch is returned. Because rows are de-duplicated after paging, a batch may contain fewer
unique EVSEs than perPage; a short (non-empty) batch does NOT mean end-of-data — only an empty batch does.
When a batch is empty the request's since is echoed back as publicationTime (the cursor does not advance).

The since/publicationTime value is an opaque, full-precision datetime cursor
(YYYY-MM-DD HH:MM:SS.fffffffff); pass it through verbatim without reformatting or truncating.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

ISO 3166-1 alpha-2 country code

Allowed:
string | null

Seeds a fresh window from a wall-clock start time (e.g. one hour ago). Omit for a full
snapshot. Full-precision datetime string — forwarded verbatim. To continue an existing traversal use
cursor instead; since and cursor are mutually exclusive.

string | null

Opaque continuation token — pass back the previous response's cursor to fetch the next
page, and keep going while hasMore is true. Treat it as opaque: do not parse, construct or modify
it. Mutually exclusive with since.

int32 | null
Defaults to 100

Maximum number of EVSE statuses per page (max 1000)

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json