{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Rest 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": "Rest", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Search Page Interface", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/html", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ] }, "docs": "Retrieve a search page interface in HTML page format from a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Retrieve Search Page Manifest", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/manifest", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a search page manifest with detailed information from a [Coveo Cloud organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Get Search Page Search Token", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/token", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ] }, "docs": "Get the search token for a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Get Search Page Interface Builder", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/edit", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ] }, "docs": "Get the builder for a search page in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Get Search Page Interface Loader", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/loader", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ] }, "docs": "Get the loader for a search page in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Get Search Page Interface Login", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/login", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." } ] }, "docs": "Get the login page for a search page in a [Coveo organization](https://docs.coveo.com/en/185/)." } ] } ], "bundled": true }