post
https://api.cpo.uat.emobility.internal.dev.solidstudio.io/api/v1/connectors/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= | — |
ocppConnectorId | == != =in= =out= =is= =isnot= | — |
status | == != =in= =out= =is= =isnot= | AVAILABLE, PREPARING, CHARGING, SUSPENDED_EVSE, SUSPENDED_EV, FINISHING, OCCUPIED, RESERVED, UNAVAILABLE, FAULTED |
standard | == != =in= =out= =is= =isnot= | CHADEMO, DOMESTIC_A, DOMESTIC_B, DOMESTIC_C, DOMESTIC_D, DOMESTIC_E, DOMESTIC_F, DOMESTIC_G, DOMESTIC_H, DOMESTIC_I, DOMESTIC_J, DOMESTIC_K, DOMESTIC_L, GBT_AC, GBT_DC, IEC_60309_2_SINGLE_16, IEC_60309_2_THREE_16, IEC_60309_2_THREE_32, IEC_60309_2_THREE_64, IEC_62196_T1, IEC_62196_T1_COMBO, IEC_62196_T2, IEC_62196_T2_COMBO, IEC_62196_T3A, IEC_62196_T3C, TESLA_R, TESLA_S |
format | == != =in= =out= =is= =isnot= | SOCKET, CABLE |
powerType | == != =in= =out= =is= =isnot= | AC_1_PHASE, AC_2_PHASE, AC_2_PHASE_SPLIT, AC_3_PHASE, DC |
voltage | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
amperage | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
maxElectricPower (nullable) | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
label (nullable) | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
physicalReference (nullable) | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
tags | =anyin= =allin= | — |
updatedAt | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
connectorGroups.id | == != =in= =out= =is= =isnot= | — |
connectorGroups.name | == != =in= =out= =contains= =notcontains= =starts= =notstarts= =ends= =notends= =is= =isnot= | — |
chargingPointId | == != =in= =out= =is= =isnot= | — |
businessStatus | == != =in= =out= =is= =isnot= | PLANNED, IN_OPERATION, ONGOING_SERVICE, TEMPORARILY_UNAVAILABLE, IN_MAINTENANCE, DISABLED |
Examples
standard == 'IEC_62196_T2' and powerType == 'AC_3_PHASE'amperage =gte= 32tags =anyin= ('fast-charging','highway')format =in= ('CABLE','SOCKET')ocppConnectorId =in= (1,2)Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…