action gerermesaffaires_get_spaces_space_id_folders_all { label: "get_spaces_spaceId_folders_all" description: "Returns folders of the space (even archived)" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/all" encoding: json input: { type: "object" properties: { Class: { type: "string" } Keywords: { type: "string" } Name: { type: "string" } Range: { type: "string" } spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }