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