v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Point Brands

Retrieve a charge point brand.

get/api/v1/charge-point-brands/{chargePointBrandId}

Path parameters

chargePointBrandIdinteger required

Response

Charge Point Brand with provided id

idinteger

The id of the charge point brand

identifierstring required

The identifier of the charge point brand

namestring required

The name of the charge point brand

createdAtstring date-time nullable

Creation date of this charge point brand

updatedAtstring date-time nullable

Update date of this charge point brand

Example response

{
  "id": 1,
  "identifier": "rolec",
  "name": "Rolec",
  "createdAt": "2022-05-12T15:56:45.99Z",
  "updatedAt": "2022-05-12T16:56:45.99Z"
}