{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Model Associations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Model Associations", "type": "folder" }, "items": [ { "info": { "name": "Lists Associations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/machinelearning/configuration/querypipelines/:pipelineId/associations", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "pipelineId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "The 0-based number of the page of results to list.
Minimum: `0`
**Default:** `0`" }, { "name": "pageSize", "value": "", "type": "query", "description": "The maximum number of results to include per page.
**Must be in range:** `[1, 1000]`
**Default:** `100`" } ] }, "docs": "Lists the organization associations corresponding to the specified pipelineId.

Privilege required\n```\n{\"owner\":\"SEARCH_API\",\"targetDomain\":\"QUERY_PIPELINE\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }