{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Ingestion Content 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": "Ingestion Content", "type": "folder" }, "items": [ { "info": { "name": "Return Objecttype and Ingestion Content Status for a Source", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/ingestioncontent/source/:sourceId/objecttypes", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "[organization](https://docs.coveo.com/en/185/)" }, { "name": "sourceId", "value": "", "type": "path" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Return a List of Metadata Names and Values for a Source", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/ingestioncontent/source/:sourceId/metadatavalues", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "sourceId", "value": "", "type": "path", "description": "The unique identifier of the target [source](https://docs.coveo.com/en/246/glossary/source).
**Example:** `acmecorporation8tp8wu3-upggxcxbquuzbsn6l3ir3wcoiu`" }, { "name": "objectType", "value": "", "type": "query" } ] }, "docs": "Get a list of [metadata](https://docs.coveo.com/en/218/glossary/metadata) names and values for a given [source](https://docs.coveo.com/en/246/glossary/source) and [objecttype](https://docs.coveo.com/en/1965/index-content/source-item-types). This method uses a limited subset of items, and may miss uncommon metadata.

**Required privilege:** Catalogs - View

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*" }, { "info": { "name": "Return Metadata Names for a Source", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/ingestioncontent/source/:sourceId/metadata", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "sourceId", "value": "", "type": "path", "description": "The unique identifier of the target [source](https://docs.coveo.com/en/246/glossary/source).
**Example:** `acmecorporation8tp8wu3-upggxcxbquuzbsn6l3ir3wcoiu`" }, { "name": "objectType", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "Get a list of [metadata](https://docs.coveo.com/en/218/glossary/metadata) names for a given [source](https://docs.coveo.com/en/246/glossary/source) and [objecttype](https://docs.coveo.com/en/1965/index-content/source-item-types).

**Required privilege:** Catalogs - View

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }