🚧  API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.

Get List of Inventories

Use this API to retrieve a paginated list of inventories for a given type.

Example Request

GET https://{hostname}/api/inventory/v2/inventories/{type}

GET https://trial-onetrust-com.ezp-prod1.hul.harvard.edu/api/inventory/v2/inventories/vendors

Path Params
string
required

Type of the inventory or schema. The supporting types as are 'processing-activities', 'vendors', 'assets', and 'entities'.

Query Params
string

The result page to be returned.

string

The number of elements to be returned in a page.
(Note: The maximum size value may differ by API and is subjected to change. If a number greater than the maximum is requested, the API will return the maximum allowed value.)

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
OAuth2
Choose an example:
application/json
*/*