🎉 OneTrust 6.25 Released!
October 1st, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.25.
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.
API Updates
Universal Consent & Preference Management
- Filter by Data Element: Updated API to include the dataElement parameter to filter receipt results by specific data elements. This ensures that only receipts with that data element will be passed through the API.
- POST /v2/receipts
Updated API
- POST /v2/receipts
- Filter Consent Groups by Name: Updated API with the name parameter to filter Consent Groups by name. This allows users to easily pull information about relevant Consent Groups without making two separate GET calls.
- GET /v2/consent-groups/settings
Updated API
- GET /v2/consent-groups/settings
- Filter Linked Identity Group Ids: Updated API with the optional linkedIdentityGroupId parameter to filter data subject profiles that are under a Linked Identity Group. This ensures that data subject consent for all profiles within a group can be pulled with one GET call.
- GET /v1/datasubjects/profiles
Updated API
- GET /v1/datasubjects/profiles