action enode_get_charginglocations { label: "List Charging Locations" description: "Returns a list of Charging Locations registered to the User" provider: enode method: GET path: "/charging-locations" encoding: json output: { type: "array" items: { type: "object" additionalProperties: true } } }