Sites
Get all connectors for a site
GET
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
[
{
"id": null,
"charger_id": null,
"connector_id": null,
"status": null,
"error": null,
"error_info": null,
"max_amperage": null,
"created_at": null,
"updated_at": null
},
{
"id": null,
"charger_id": null,
"connector_id": null,
"status": null,
"error": null,
"error_info": null,
"max_amperage": null,
"created_at": null,
"updated_at": null
}
]
Was this page helpful?