action gerermesaffaires_get_spaces_space_id_folders_id_sections { label: "get_spaces_spaceId_folders_id_sections" description: "Returns sections of the folder" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/sections" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }