{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Property API 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": "Property API", "type": "folder" }, "items": [ { "info": { "name": "Get a Specific Property.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties/:trackingId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "trackingId", "value": "", "type": "path" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Create a New Property.", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties/:trackingId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "trackingId", "value": "", "type": "path" }, { "name": "displayName", "value": "", "type": "query" }, { "name": "defaultTimeZone", "value": "", "type": "query" }, { "name": "defaultCurrency", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Update All Values of a Property.", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties/:trackingId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "trackingId", "value": "", "type": "path" }, { "name": "displayName", "value": "", "type": "query" }, { "name": "defaultTimeZone", "value": "", "type": "query" }, { "name": "defaultCurrency", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Delete a Property.", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties/:trackingId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "trackingId", "value": "", "type": "path" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Get All Properties for an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "params", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Query Properties for an Organization.", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/analyticsadmin/v1/properties", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Privilege required\n```\n{\"owner\":\"USAGE_ANALYTICS\",\"targetDomain\":\"TRACKING_ID\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }