v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Personal Data

Get List of Data Classifications

Use this API to retrieve a list of all existing Data Classifications.

Example Request

GET https://{hostname}/api/inventory/v2/data-classifications

GET https://trial.onetrust.com/api/inventory/v2/data-classifications

get/inventory/v2/data-classifications

Query parameters

pagestring required

The result page to be returned.

sizestring

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

Response

OK

errorsobject[]

Example response

{
  "data": [
    {
      "description": "Personal Data",
      "descriptionKey": "DataClassificationsPersonalDataDesc",
      "id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
      "name": "Personal Data",
      "nameKey": "DataClassificationsPersonalData"
    }
  ]
}