action gerermesaffaires_get_spaces_space_id_folders_id_document_class { label: "get_spaces_spaceId_folders_id_documentClass" description: "Returns document of documentClass (without specific data) of the folder" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/{documentClass}" encoding: json input: { type: "object" properties: { documentClass: { type: "string" } id: { type: "string" } spaceId: { type: "string" } } required: ["documentClass", "id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }