🎉 OneTrust 6.20 Released!
June 21st, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.20.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.20 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
Audit Management
- Added API to return all workpaper results from an organization.
- GET /v1/audit-workpapers/pages
New API
- GET /v1/audit-workpapers/pages
- Added API to retrieve control details of a workpaper using an audit and workpaper identifier.
- Added API to retrieve a list of audits within an environment using optional search criteria.
- POST /v1/audits/pages
New API
- POST /v1/audits/pages
- Added API to edit the attribute details of a workpaper using an audit and workpaper identifier.
Universal Consent & Preference Management
- Updated the Purposes API with the following abilities:
- Create parent-child relationships between Purposes by passing the
ParentPurposeId
attribute in the request body when creating or editing a child Purpose. - Allows users who provide or withdraw consent for a parent purpose to also provide or withdraw consent for the related child purposes within that same interaction.
- POST /consentmanager/v1/purposes
Updated API
- Create parent-child relationships between Purposes by passing the
Article Updates
Universal Consent & Preference Management
- Added article on common SDK methods and examples for reference when integrating the Collection Point SDK in your web form.
- Common SDK Methods
New Article
- Common SDK Methods