action gerermesaffaires_get_spaces_space_id_folders_id_bank { label: "get_spaces_spaceId_folders_id_bank" description: "Returns folder with Id and bank data" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/bank" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }