action gerermesaffaires_get_spaces_all { label: "get_spaces_all" description: "Returns all spaces" provider: gerermesaffaires method: GET path: "/spaces/all" encoding: json input: { type: "object" properties: { Name: { type: "string" } Type: { type: "string" enum: ["private", "enterprise", "company", "association"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }