v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points Sensors
Retrieve a single charge point sensor
Required scope: charge-points:read </br>Organization authorization: supported</br></br>Note: Please be aware that this endpoint is currently in the BETA phase
get/api/v1/charge-point-sensors/{chargePointSensorId}
Path parameters
chargePointSensorIdinteger required
Response
Charge point sensor with provided id
Example response
{
"id": 1,
"type": "occupancy",
"operatorId": 1,
"chargePointId": 1,
"externalId": "SENSOR-10005",
"partnerExternalId": "ACME-12345",
"value": "occupied",
"valueUpdatedAt": "2022-05-12T15:56:45.91Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z",
"deletedAt": "2022-05-12T16:56:45.99Z"
}