EVSEs EVSE Response
The EvsesEvseResponse structure is an element in responses to requests against the evses/bulk resource.
| Element | Data Type | Required | Description |
|---|---|---|---|
id | String | Required | ID of the EVSE. |
cpoId | String | Required | The unique ID of an EVSE in the system of the CPO. This ID is unique in the system of the CPO but not necessarily globally unique. The format will differ between different CPOs. This ID is always provided. |
cpoEvseEMI3Id | String | Optional | Identifier in Emi3 format of the EVSE within the Charge Point Operator (CPO) platform. This id is not always present. Example of ID format: DE_ICT_E0001897 |
physicalReference | String | No | A number or string printed on the outside of the EVSE for visual identification. |
state | Current Connector Statuses | Optional | Connector status. |
last_updated | DateTime | Optional | Last update of the dynamic connector availability information reflected in the state element, in ISO 8601 format. If the time is UTC, a Z is added. An example of such a timestamp value is 2013-12-31T12:00:00.000Z. If the time is not UTC , then the offset is added as a ±[hh][mm] value (for example, 2014-01-14T10:00:00.000+0100). |
connectors | EVSEs Connector Response | Required | List of connectors of this EVSE. |
Updated 2 days ago