🎉 OneTrust 6.38 Released!
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.38.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust Release Notes page. Learn more about environment maintenance on the Current and Historic Maintenance page, and subscribe to proactive environment notifications on our System Status and Scheduled Maintenance page.
Consent & Preference Management
- Data Subjects V3: Added the following APIs to retrieve either a single data subject profile or a list of all data subject profiles. These APIs are designed to be used in synchronous workflows and will remain available during maintenance periods.
- GET /v3/datasubjects/profile
New API
Preview
This API is under preview beginning in OneTrust 6.32. The response will return results for newly created data subjects after the preview request is enabled.
- GET /v3/datasubject-profiles
New API
Preview
This API is under preview beginning in OneTrust 6.34. The response will return results for newly created data subjects after the preview request is enabled.
- GET /v3/datasubjects/profile
Data Catalog
- Get All Data Asset Attributes: Added API to return all data asset attribute names.
- GET /v1/metadata/attribute-names
New API
- GET /v1/metadata/attribute-names
- Get Attribute Information by Attribute Name: Added API to return the individual data asset attribute details.
- Get All the Glossaries: Added API to return all glossary names.
- GET /v1/glossaries/all/names
New API
- GET /v1/glossaries/all/names
- Get Glossary Details by Name: Added API to return the glossary definition and related glossary term names.
- Get All the Tag Names: Added API to return all the classification tag names.
- GET /v1/tags/names
New API
- GET /v1/tags/names
- Get Tag by Name: Added API to return the tag details and name of associated terms with the tag.
- GET /v1/tags/details/{name}
New API
- GET /v1/tags/details/{name}
- Get All the Term Attribute Names: Added API to return all term attribute names.
- GET /v1/terms/attribute-names
New API
- GET /v1/terms/attribute-names
- Get Term Attribute Details by Name: Added API to return the individual term attribute details.
- Get All the Term Names: Added API to return all term names.
- GET /v1/terms/names
New API
- GET /v1/terms/names
- Get Term Details by Name: Added API to return the term definition and related classification tag names.
- GET /v1/terms/name/{termName}
New API
- GET /v1/terms/name/{termName}