action edrv_get_charge_stations { label: "getChargeStations" description: "List all Chargestations" provider: edrv method: GET path: "/v1/chargestations" encoding: json input: { type: "object" properties: { active: { type: "boolean" } include_evses: { type: "boolean" } include_location: { type: "boolean" } location: { type: "string" } online: { type: "boolean" } organization: { type: "string" } public: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }