🎉 OneTrust 6.37 Released!

We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.37.

👍

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.

DataDiscovery

Inventory

  • Get Relationship Details for a Given Relationship ID: Added API to retrieve the basic details of a relationship using the relationshipTypeName and relationshipId path parameters. This API returns an exception if the relationship details are not found or the requestor does not have access to get the relationship details.
  • Remove Relationship between Entities: Added API to delete the existing relationship record between the entities for the given relationshipId and relationshipTypeName path parameters. This API returns an exception if the contextual/direct link does not exist between the entities.
  • Add Relationship between Two Entities: Added API to to create a relationship between the given entities entity1 and entity2 using the relationshipTypeName parameter. This API returns an exception if the relationship type is not valid for the selected entities or if the same entity is chosen as entity1 and entity2.

Universal Consent & Preference Management

  • Generate Preference Center Magic Link Token: Updated API with the shortLinkToken parameter in the request body, which is used to generate a magic link token in the API response. Magic link tokens can be used by data subjects to instantly login to the Preference Center.
    • POST /v1/consentreceipts Updated API

      Generating tokens in this way replaces any existing link token for a given data subject.

  • Resolved an issue that was causing inaccurate Topic selections to be recorded when selecting Topics for a data subject using the CHANGE_PREFERENCES transactionType.
  • Data Subjects V3: Added the following APIs to retrieve either a single data subject profile or a list of all data subject profiles. These APIs are designed to be used in synchronous workflows and will remain available during maintenance periods.
    • GET /v3/datasubjects/profile New API Preview

      This API is under preview beginning in OneTrust 6.32. The response will return results for newly created data subjects after the preview request is enabled.

    • GET /v3/datasubject-profiles New API Preview

      This API is under preview beginning in OneTrust 6.34. The response will return results for newly created data subjects after the preview request is enabled.