action gerermesaffaires_get_spaces_space_id_legal_entities_id_social_regimes_all { label: "get_spaces_spaceId_legal_entities_id_social_regimes_all" description: "Returns folder of the social regimes even archived" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/legal-entities/{id}/social-regimes/all" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }