Legacy interface (§5). Batch query of real-time status for up to 50 devices.
curl --request PUT \
--url https://api.telluspower.example.com/v1/cp/query_station_status \
--header 'Content-Type: application/json' \
--data '
[
"Test001",
"Test002"
]
'[
{
"ChargeBoxId": "<string>",
"CreateTime": "<string>",
"Type": "DC",
"Power": 2,
"Longitude": 0,
"Latitude": 0,
"Connectors": [
{
"ConnectorId": 1,
"Status": "Available"
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://developers.telluspowergroup.com/llms.txt
Use this file to discover all available pages before exploring further.
50Charge-point array returned.
Unique device code.
64ISO 8601 format.
DC, AC Maximum power (kW).
x >= 1-180 <= x <= 180-90 <= x <= 901Show child attributes
curl --request PUT \
--url https://api.telluspower.example.com/v1/cp/query_station_status \
--header 'Content-Type: application/json' \
--data '
[
"Test001",
"Test002"
]
'[
{
"ChargeBoxId": "<string>",
"CreateTime": "<string>",
"Type": "DC",
"Power": 2,
"Longitude": 0,
"Latitude": 0,
"Connectors": [
{
"ConnectorId": 1,
"Status": "Available"
}
]
}
]