🎉 OneTrust 202404.1.0 Released!
April 12th, 2024
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 202404.1.0.
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.
Data Discovery
- New Custom Classifier APIs: The following APIs are now available for use with managing custom classifiers. This enhancement enables users to create, update, delete, and retrieve information on custom classifiers via API to account for unique data samples present in your organization's data sources.
- GET /v2/custom-classifiers/{classifiername}
New API
Public Preview
- PUT /v2/custom-classifiers/{classifiername}
New API
Public Preview
- DELETE /v2/custom-classifiers/{classifiername}
New API
Public Preview
- GET /v2/custom-classifiers
New API
Public Preview
- POST /v2/custom-classifiers
New API
Public Preview
- GET /v2/custom-classifiers/{classifiername}
Privacy Rights Automation
- Enhanced Subtask Filtering: Added the
CurrentRequestStage
,SubtaskCreatedStage
,language
, andonlyActivatedSubtasks
parameters to the Get List of Subtasks by Criteria API to allow users to filter subtasks by additional criteria. This enhancement allows for more specific filtering when identifying relevant subtasks.- POST /v3/subtasks
Updated API
- POST /v3/subtasks
Universal Consent & Preference Management
- Delete Cross Device Consent and Receipts API: Added API to delete cross-device consent and the related receipts. This API enables users with a CRO license to delete multiple CRO identifiers at once.
- DELETE /v1/receipts/cross-device
New API
- DELETE /v1/receipts/cross-device
- New Parameter for Get List of Receipts API: Updated API with the new
includeConsentStrings
parameter. This enhancement allows users to return consent strings stored in the receipt when leveraging this API.- POST /v2/receipts
Updated API
- POST /v2/receipts
- Updated Geolocation Parameter: The description for the geolocation parameter has been updated in the Create Consent Receipts API for improved readability and understanding.
- POST /v1/consentreceipts
Updated API
- POST /v1/consentreceipts