action gerermesaffaires_get_spaces_space_id_legal_entities_id_contractual_relationships { label: "get_spaces_spaceId_legal_entities_id_contractual_relationships" description: "Returns folder of the others contract with legal entity" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/legal-entities/{id}/contractual-relationships" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }