action gerermesaffaires_get_spaces_space_id_legal_entities_id_contracts { label: "get_spaces_spaceId_legal_entities_id_contracts" description: "Returns all contract folders of the legal entity" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/legal-entities/{id}/contracts" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }