action gerermesaffaires_get_spaces_id_groups_all { label: "get_spaces_id_groups_all" description: "Returns list of groups even archived of the space" provider: gerermesaffaires method: GET path: "/spaces/{id}/groups/all" encoding: json input: { type: "object" properties: { Name: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }