action gerermesaffaires_get_spaces_space_id_folders_id_contracting_partner { label: "get_spaces_spaceId_folders_id_contracting_partner" description: "Returns all contracting partners of a contract" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/contracting-partner" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }