🎉 OneTrust 6.19 Released!
May 28th, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.19.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.19 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.
API Updates
Assessment Automation
- Assessment Tags can now be viewed in the updated GET Assessment Details Public API.
- GET/v2/assessments/{assessmentId}/export
Updated API
- GET/v2/assessments/{assessmentId}/export
- Added the new GET All Assessment Tags Public API to retrieve all available assessment tags.
- GET/v2/assessment-tags
New API
- GET/v2/assessment-tags
- Added the new PUT Update Assessment Tags Public API to update the Tags field on an assessment.
Privacy Rights (DSAR)
- Updated API to correctly display the appropriate value for custom selection fields in all appearances.
Updated API
Audit Management
- Added API to retrieve a list of all audits and basic audit details.
- GET /v1/audits/{auditId}
New API
- GET /v1/audits/{auditId}
- Added API to delete audit records.
- DELETE /v1/audits/{auditId}
New API
- DELETE /v1/audits/{auditId}
- Added API to delete scopes from an audit.
Universal Consent & Preference Management
- Added Consent Groups APIs to allow for setting up rules for scenarios when the consent status for a data subject should be overridden due to conflicting obligations of the business, but where it is also necessary to retain the choices that the individual made.
- GET /consent/v2/consent-groups
New API
- POST /consent/v2/consent-groups
New API
- GET /consent/v2/consent-groups/settings
New API
- PUT /consent/v2/consent-groups/settings
New API
- GET /consent/v2/consent-groups/{consentGroupGuid}
New API
- POST /consent/v2/consent-groups/{consentGroupGuid}/consent-groups
New API
- POST /consent/v2/consent-groups/{consentGroupGuid}/data-subjects
New API
- DELETE /consent/v2/consent-groups/{consentGroupGuid}/data-subjects/{dataSubjectGuid}
New API
- POST /consent/v2/consent-groups/{consentGroupGuid}/purpose-rules
New API
- PUT /consent/v2/consent-groups/{consentGroupGuid}/purpose-rules
New API
- DELETE /consent/v2/consent-groups/{consentGroupGuid}/purpose-rules/{purposeGuid}
New API
- GET /consent/v2/consent-groups
Article Updates
Universal Consent & Preference Management
- Updated article to include an overview of the new Consent Groups API.
- Consent Management Overview
Updated Article
- Consent Management Overview
- Added article on how to use Consent Groups to alter the consent status of a data subject.
- Added article to help you get started with implementing the Web Form Collection Point JavaScript SDK.
- Getting Started
New Article
- Getting Started
- Added article on Web Form Collection Point methods that can be used to control when the Collection Point configuration is attached to the existing web form.
- Trigger Collection Points
New Article
- Trigger Collection Points