{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Filters API - Version 14 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": "Filters API - Version 14", "type": "folder" }, "items": [ { "info": { "name": "Get All the Permission Filters", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/permissions", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Create a Permission Filter", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/filters/permissions", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get All the Reporting Filters", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/reporting", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Create a Reporting Filter", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/filters/reporting", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get a Permission Filter", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/permissions/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Update a Permission Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v14/filters/permissions/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Deletes the Specified Permission Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/v14/filters/permissions/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Gets the Specified Reporting Filter", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/reporting/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Update a Reporting Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v14/filters/reporting/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Deletes the Specified Reporting Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/v14/filters/reporting/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Health Check for the Filter Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/monitoring/health" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Gets the Status of the Filter Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/status" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get the Users of a Permission Filter", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/filters/permissions/:filterId/users", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Set the Users of a Permission Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v14/filters/permissions/:filterId/users", "params": [ { "name": "filterId", "value": "", "type": "path", "description": "The unique identifier of a filter. This id is generated by the server when creating a filter." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." } ] } ], "bundled": true }