🎉 OneTrust 6.17 Released!
April 19th, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.17.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.17 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
- Access the new Attachments field added to the GET Assessment Details Public API which includes Attachment GUID information with every question.
- GET /v2/assessments/{assessmentId}/export
Updated API
- GET /v2/assessments/{assessmentId}/export
- Access the new RespondentCreationType parameter on the Launch Assessment API that allows users to choose whether new respondents will be designated as Invited Users or as Project Respondents.
- POST /v2/assessments
Updated API
- POST /v2/assessments
- Access the new Exclude Skipped Questions parameter on the GET Assessment Details Public API that allows users to exclude questions hidden by Skip/Show logic from the JSON payload on returned assessments.
- GET /v2/assessments/{assessmentId}/export
Updated API
- GET /v2/assessments/{assessmentId}/export
IT Risk Management
- Added API to create a new risk based on a predefined parameter. If the risk already exists, the existing record will be updated.
- PUT /risks/upsert
New API
- PUT /risks/upsert