action gerermesaffaires_get_spaces_id_company_entities_all { label: "get_spaces_id_company_entities_all" description: "Returns list of company entities even company entities archived" provider: gerermesaffaires method: GET path: "/spaces/{id}/company-entities/all" encoding: json input: { type: "object" properties: { Name: { type: "string" } RegistrationNumber: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }