action gerermesaffaires_get_spaces_space_id_folders_id_messages_message_id { label: "get_spaces_spaceId_folders_id_messages_messageId" description: "Returns message with Id" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/messages/{messageId}" encoding: json input: { type: "object" properties: { id: { type: "string" } messageId: { type: "string" } spaceId: { type: "string" } } required: ["id", "messageId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }