action gerermesaffaires_get_spaces_space_id_employers_all { label: "get_spaces_spaceId_employers_all" description: "Returns folders with Id and employer data (even archived)" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/employers/all" encoding: json input: { type: "object" properties: { EmployeeNumber: { type: "string" } WithContractingPartner: { type: "string" } spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }