v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Point Models

Retrieve a charge point model.

get/api/v1/charge-point-models/{chargePointModelId}

Path parameters

chargePointModelIdinteger required

Response

Charge Point model with provided id

idinteger

The id of the charge point model

identifierstring required

The identifier of the charge point model

namestring required

The name of the charge point model, name is composed by (Brand name - Model name)

createdAtstring date-time nullable

Creation date of this charge point model

updatedAtstring date-time nullable

Update date of this charge point model

Example response

{
  "id": 1,
  "identifier": "rolec_securicharge_ev_dual",
  "name": "SecuriCharge Dual",
  "brand": {
    "id": 1,
    "name": "Rolec"
  },
  "features": [
    {
      "key": "firmware_management",
      "description": "Firmware updates remotely",
      "requirements": "Support UpdateFirmware functionality",
      "enabled": true
    }
  ],
  "createdAt": "2022-05-12T15:56:45.99Z",
  "updatedAt": "2022-05-12T16:56:45.99Z"
}