action gerermesaffaires_get_business_groups_id_spaces { label: "get_business_groups_id_spaces" description: "Returns spaces of the business group with id" provider: gerermesaffaires method: GET path: "/business-groups/{id}/spaces" encoding: json input: { type: "object" properties: { Name: { type: "string" } RegistrationNumber: { type: "string" } Type: { type: "string" enum: ["private", "enterprise", "company", "association"] } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }