{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Configuration 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": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "List Search Interface Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "filter", "value": "Store", "type": "query", "description": "A substring that must appear in a search interface configuration name for this configuration to appear in results." }, { "name": "order", "value": "", "type": "query", "description": "The sort direction of the results.
Possible values:
- `asc`: ascending order
- `desc`: descending order" }, { "name": "page", "value": "", "type": "query", "description": "The 0-based number of the page of configurations to list." }, { "name": "perPage", "value": "", "type": "query", "description": "The maximum number of configurations to include per page." } ] }, "docs": "Lists the search interface configurations in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Create Search Interface Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a search interface configuration in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "List Search Interface Configurations in a Project", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/projects/interfaces", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "filter", "value": "Store", "type": "query", "description": "A substring that must appear in a search interface configuration name for this configuration to appear in results." }, { "name": "order", "value": "", "type": "query", "description": "The sort direction of the results.
Possible values:
- `asc`: ascending order
- `desc`: descending order" }, { "name": "page", "value": "", "type": "query", "description": "The 0-based number of the page of configurations to list." }, { "name": "perPage", "value": "", "type": "query", "description": "The maximum number of configurations to include per page." }, { "name": "projectId", "value": "", "type": "query", "description": "The id of the project to which the resource belongs." } ] }, "docs": "Lists the search interface configurations in a [Coveo organization](https://docs.coveo.com/en/185/) and a [project](https://docs.coveo.com/en/n7ef0517/manage-an-organization/manage-projects)." }, { "info": { "name": "Show Search Interface Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId", "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": "Shows a search interface configuration in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Update Search Interface Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId", "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": "Updates a search interface configuration in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Delete Search Interface Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId", "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": "Deletes a search interface configuration in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "List Search Interface Accesses", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/accesses", "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": "Lists the accesses to a target search interface in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Update Search Interface Accesses", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/accesses", "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": "Updates the accesses to a target search interface in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "List Search Interface User Accesses", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/accesses/users", "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": "Lists the accesses to a target search interface in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Add Search Interface User Accesses", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/accesses/users", "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." }, { "name": "notify", "value": "false", "type": "query", "description": "Whether to send an email notification to new search page users." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds user accesses to a target search interface in a [Coveo organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Update Search Interface User Accesses", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchinterfaces/:interfaceId/accesses/users", "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": "Updates the accesses to a target search interface in a [Coveo organization](https://docs.coveo.com/en/185/)." } ] } ], "bundled": true }