{
"opencollection": "1.0.0",
"info": {
"name": "Coveo Activity Activities Search Page 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": "Search Page Configuration",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get All Search Page Interfaces",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/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."
}
]
},
"docs": "Get all search page interfaces in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Create a Search Page Interface",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces",
"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": "Create a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Get Project Search Page Interfaces",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/organizations/:organizationId/searchpage/v1/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": "Get all search page interfaces 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": "Get a Search Page Interface",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Get a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Update a Search Page Interface",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Update a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Delete a Search Page Interface",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Delete a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Get a Search Page Interface's Access Configuration",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Get a search page interface access in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Update a Search Page Interface's Access Configuration",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Update a search page interface access in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Get the List of Users with Access to the Search Page.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Get a user with access to a given search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Add a Search Page Interface User Access",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Add users to list of users with access to given search page in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Update the List of Users with Access to a Search Page.",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/: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": "Set list of users with access to a given search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Request Search Page Interface Access",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/access/request",
"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": "Request access to a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Preview Search Page Interface",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/preview",
"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": "Generate the markup of a search page interface in a [Coveo organization](https://docs.coveo.com/en/185/)."
},
{
"info": {
"name": "Get Search Page Interface Pipelines",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/searchpage/v1/interfaces/:interfaceId/pipelines",
"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 pipelines used by a search page in a [Coveo organization](https://docs.coveo.com/en/185/) in the builder context."
}
]
}
],
"bundled": true
}