action gerermesaffaires_get_hub_business_groups_id_menus { label: "get_hub_business_groups_Id_menus" description: "Returns predefined folders and workbooks of the Hub for all the spaces of the business group" provider: gerermesaffaires method: GET path: "/hub/business-groups/{Id}/menus" encoding: json input: { type: "object" properties: { Id: { type: "string" } } required: ["Id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }