Get charger manufacturers
x-ms-visibility: "important"
Retrieves a list of charger manufacturers.
Responses
- 200
- 400
- 401
The list of charger manufacturers was successfully retrieved.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
manufacturers object[]
name string
count int32
models object[]
name string
count int32
firmwareVersions object[]
name string
count int32
{
"manufacturers": [
{
"name": "string",
"count": 0,
"models": [
{
"name": "string",
"count": 0,
"firmwareVersions": [
{
"name": "string",
"count": 0
}
]
}
]
}
]
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...