Legacy interface (§3 of the v1.3 spec). Implemented by the charging operator and called by a peer “data-demander” platform. PascalCase request and response fields, PUT method.
curl --request PUT \
--url https://api.telluspower.example.com/v1/customer/query_station_info \
--header 'Content-Type: application/json' \
--data '
{
"LastQueryTime": "2024-01-08 15:30:00",
"PageNo": 3,
"PageSize": 20
}
'{
"PageNo": 123,
"PageCount": 123,
"ItemSize": 123,
"ChargePoints": [
{
"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.
curl --request PUT \
--url https://api.telluspower.example.com/v1/customer/query_station_info \
--header 'Content-Type: application/json' \
--data '
{
"LastQueryTime": "2024-01-08 15:30:00",
"PageNo": 3,
"PageSize": 20
}
'{
"PageNo": 123,
"PageCount": 123,
"ItemSize": 123,
"ChargePoints": [
{
"ChargeBoxId": "<string>",
"CreateTime": "<string>",
"Type": "DC",
"Power": 2,
"Longitude": 0,
"Latitude": 0,
"Connectors": [
{
"ConnectorId": 1,
"Status": "Available"
}
]
}
]
}