action gerermesaffaires_get_spaces_space_id_customers { label: "get_spaces_spaceId_customers" description: "Returns folder with Id and customer data" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/customers" encoding: json input: { type: "object" properties: { CustomerNumber: { type: "string" } WithContractingPartner: { type: "string" } spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }