action tfl_occupancy_get_all_charge_connector_status { label: "Gets the occupancy for all charge connectors" provider: tfl method: GET path: "/Occupancy/ChargeConnector" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "integer" format: "int32" } sourceSystemPlaceId: { type: "string" } status: { type: "string" } } } } }