action gerermesaffaires_get_spaces_id_professional_vehicles { label: "get_spaces_id_professional_vehicles" description: "Returns list of professionalvehicles for the space {id}" provider: gerermesaffaires method: GET path: "/spaces/{id}/professional-vehicles" encoding: json input: { type: "object" properties: { Designation: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }