🎉 OneTrust 6.13 Released!
January 25th, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.13.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.13 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
- Updated Launch Assessment Public API to contain a new field called TemplateRootVersionId that will allow users to launch assessments using the latest published version of a template.
- POST /v2/assessments
Updated API
- POST /v2/assessments
Vendor Risk Management
- Added API to retrieve all engagement attributes and associated options.
- Added API to update an existing engagement.
- Added API to return all system and custom engagement attributes and attribute values.
- Added API to return all engagements with attribute information.
- Added API to create a new engagement from an external system.
IT Risk Management
- Added API to delete a vulnerability from the library using the ID of a vulnerability.
- Added API to delete a threat from the library using the ID of a threat.
- DELETE /threats/{threatId}
New API
- DELETE /threats/{threatId}
- Added API to add attachments uploaded through Documentation Service to a Control Implementation.
Universal Consent & Preference Management
- Updated API to include the data subject created date in the response.
- GET /v2/datasubjects
Updated API
- GET /v2/datasubjects
- Updated API to allow filtering by an Organization ID to retrieve only the collection points linked to the specified organization.
- GET /v2/collectionpoints
Updated API
- GET /v2/collectionpoints
- Updated API to provide a method to add and manage notices attached to a collection point.
- PUT /v1/collectionpoints/{collectionpointId}
Updated API
- PUT /v1/collectionpoints/{collectionpointId}
- Updated API to fix the
totalElements
andlast
parameter values that were previously returning incorrect responses.- GET /v1/receipts
Updated API
- GET /v1/receipts
General
- Updated API to support assigning additional user attributes, such as title, employeeNumber, department, and division, when creating a user.
- POST /Users
Updated API
- POST /Users
- Updated the following APIs to support updating the title, employeeNumber, department, and division attributes.
- PUT /Users/{id}
Updated API
- PATCH /Users/{id}
Updated API
- PUT /Users/{id}
- Updated the following APIs to return the organization GUID in the response.
- GET /external/organizations
Updated API
- POST /external/organizations
Updated API
- GET /external/organizations
Article Updates
- Updated article to include overview of the new User Groups API.
- Access Management Overview
Updated Article
- Access Management Overview