🎉 OneTrust 6.32 Released!
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.32.
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.
Cookie Compliance
- Functionality Enhancements: Updated API to enhance the functionality of
searchStr
andexternalOrgId
query parameters for easier and accurate website record filtering.- GET /v2/websites
Updated API
- GET /v2/websites
Data Mapping
- Update Advanced Attributes: Added API to update the advanced attributes of a Personal Data Association that is linked to an Inventory object. This allows you to capture and report on information at a greater level of granularity for better insight and visibility into how specific data elements are treated and processed.
Universal Consent & Preference Management
- Added Query Parameter: Updated API to include the
isAnonymous
query parameter. This allows you to filter receipts by non-anonymous and anonymous traffic to only see the correct data.- POST /v2/receipts
Updated API
- POST /v2/receipts
- Added Query Parameter: Updated API to include the
updatedUntil
query parameter. This allows you to filter by date range when used in conjunction with theupdatedSince
parameter.- GET /v2/datasubjects
Updated API
- GET /v2/datasubjects
- Added Query Parameter: Updated API to include the
retainTransactions
query parameter. This allows you to indicate whether transactions are retained or purged when deleting data subject consents.- DELETE /v2/datasubjects/profiles
Updated API
- DELETE /v2/datasubjects/profiles
- Data Subject GUID (Globally Unique Identifier): Updated API to accept data subject GUIDs in addition to identifiers. This allows you to bulk delete lists of data subjects by their GUID reference.
- DELETE /v2/datasubjects
Updated API
- DELETE /v2/datasubjects
- Multiple Primary Identifiers: Updated APIs to accept an array of primary identifiers. This allows you to assign multiple primary identifiers to a group to support more complex relationships.
- POST /v2/linkedidentitygroups
Updated API
- PUT /v2/linkedidentitygroups/{linkedIdentityGroupId}
Updated API
- POST /v2/linkedidentitygroups
- Get a Single Data Subject Profile: Added API to retrieve a single data subject profile by passing the
identifier
as a header. This API is 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 in the OneTrust 6.32 release. The response will return results for newly created data subjects after the preview request is enabled.
- GET /v3/datasubjects/profile