{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities CRGA For Cases 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": "CRGA For Cases", "type": "folder" }, "items": [ { "info": { "name": "Get CRGA for Cases Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/answer/cases/v1/configs/:configId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target Coveo Cloud organization." }, { "name": "configId", "value": "", "type": "path", "description": "The unique identifier of the answer configuration." } ], "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}}" } } }, "docs": "Get the CRGA For Cases configuration associated to the answer configuration." }, { "info": { "name": "Create CRGA for Cases Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/answer/cases/v1/configs/:configId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target Coveo Cloud organization." }, { "name": "configId", "value": "", "type": "path", "description": "The unique identifier of the answer configuration." } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Add a CRGA For Cases configuration to the answer configuration" }, { "info": { "name": "Update CRGA for Cases Configuration Attributes", "type": "http" }, "http": { "method": "PATCH", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/answer/cases/v1/configs/:configId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target Coveo Cloud organization." }, { "name": "configId", "value": "", "type": "path", "description": "The unique identifier of the answer configuration." } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Update attributes of the CRGA For Cases configuration." }, { "info": { "name": "Delete CRGA for Cases Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/answer/cases/v1/configs/:configId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target Coveo Cloud organization." }, { "name": "configId", "value": "", "type": "path", "description": "The unique identifier of the answer configuration." } ], "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}}" } } }, "docs": "Delete the CRGA For Cases configuration associated to the answer configuration." } ] } ], "bundled": true }