action gerermesaffaires_get_spaces_space_id_documents_document_id_extend { label: "get_spaces_spaceId_documents_documentId_extend" description: "read the data of a document" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/documents/{documentId}/extend" encoding: json input: { type: "object" properties: { documentId: { type: "string" } spaceId: { type: "string" } } required: ["documentId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }