action gerermesaffaires_get_spaces_space_id_documents_document_id_folders { label: "get_spaces_spaceId_documents_documentId_folders" description: "Returns versions of the document" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/documents/{documentId}/folders" encoding: json input: { type: "object" properties: { documentId: { type: "string" } spaceId: { type: "string" } } required: ["documentId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }