/v1.1/chargestations/{id}/get_variables

Request config variables from a chargestation. Supports both OCPP 1.6 and 2.0.1. See result.variables in response. Also stored and updated in chargestation.variables.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The charge station id that needs to be fetched

Body Params

For OCPP 1.6: send an empty body or {meta_data}. For OCPP 2.0.1: send {getVariableData: [{component, variable}]} to request specific variables.

getVariableData
array of objects

OCPP 2.0.1: Array of variable requests. Each item requires component and variable. Empty array gets all variables.

getVariableData
meta_data
object

Any custom data, the developer wants to attach.

Responses

400

Bad request - Invalid input format

404

Chargestation not found

406

Chargestation is offline or inactive

422

Validation error - Invalid request body structure

Language
Credentials
OAuth2
Authenticate
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json