post
https://api.cpo.uat.emobility.internal.dev.solidstudio.io/api/v1/charging-points/rsql-list
Filter the list using an RSQL expression passed in the request body as { "filter": "..." }.
Combine multiple conditions with and / or and group them with ( ).
Omit the filter field (or send an empty string) to return all records.
Available fields
| Field | Operators | Accepted values |
|---|---|---|
id | == != =in= =out= =is= =isnot= | — |
eMI3id (nullable) | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
ocppEvseId | == != =in= =out= =is= =isnot= | — |
status | == != =in= =out= =is= =isnot= | BLOCKED, AVAILABLE, CHARGING, INOPERATIVE, OUTOFORDER, PLANNED, REMOVED, RESERVED, UNKNOWN |
amperageLimit (nullable) | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
amperageMin (nullable) | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
physicalReference (nullable) | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
payterTerminalId (nullable) | == != | — |
latitude | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
longitude | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
tags | =anyin= =allin= | — |
capabilities | =anyin= =allin= | — |
updatedAt | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
chargingPointGroups.id | == != =in= =out= =is= =isnot= | — |
chargingPointGroups.name | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
chargingStationId | == != =in= =out= =is= =isnot= | — |
Examples
status == 'AVAILABLE'ocppEvseId =in= (1,2,3)tags =anyin= ('fast-charging','highway')eMI3id =starts= 'PL'chargingStationId == '...'Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…