curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"status": "<string>",
"charger": {
"uuid": "<string>",
"identity": "<string>",
"reference": "<string>",
"site": {
"uuid": "<string>",
"name": "<string>"
},
"is_mid": true
},
"connector_id": 123,
"id_tag": "<string>",
"started_at": "<string>",
"stopped_at": "<string>",
"meter_start": 123,
"meter_stop": 123,
"total_kwh": "<string>",
"stop_reason": "<string>"
}
],
"filter_options": {
"statuses": [
{}
]
}
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/transactions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"status": "<string>",
"charger": {
"uuid": "<string>",
"identity": "<string>",
"reference": "<string>",
"site": {
"uuid": "<string>",
"name": "<string>"
},
"is_mid": true
},
"connector_id": 123,
"id_tag": "<string>",
"started_at": "<string>",
"stopped_at": "<string>",
"meter_start": 123,
"meter_stop": 123,
"total_kwh": "<string>",
"stop_reason": "<string>"
}
],
"filter_options": {
"statuses": [
{}
]
}
}active or finished.started_at, stopped_at, total_kwh, meter_start, or meter_stop. Prefix with - for descending order. Defaults to -started_at.Show transaction
active or finished.null.Show charger
null.null if unknown.null.null for active transactions.null for active transactions.Local, Remote, EVDisconnected). null for active transactions.