{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Search Interface 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": "Search Interface", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Search Interface", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/: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": "Retrieves a search interface in HTML page format from a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Retrieve Search Interface Manifest", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/manifest/v1", "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 interface manifest with detailed information from a [Coveo organization](https://docs.coveo.com/en/185/)." } ] } ], "bundled": true }