🎉 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
- Get List of Scan Jobs by Data Source ID: Added API to retrieve a list of all scan jobs created for the given data source using the
datasourceId
path parameter. - Get a Scan Job by Scan Job ID and Scanner ID: Added API to retrieve a list of all scan jobs using the
scannerId
andjobId
path parameters.
Inventory
- Get Relationship Details for a Given Relationship ID: Added API to retrieve the basic details of a relationship using the
relationshipTypeName
andrelationshipId
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
andrelationshipTypeName
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
andentity2
using therelationshipTypeName
parameter. This API returns an exception if the relationship type is not valid for the selected entities or if the same entity is chosen asentity1
andentity2
.- POST /v1/relationship
New API
- POST /v1/relationship
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.
- POST /v1/consentreceipts
- Resolved an issue that was causing inaccurate Topic selections to be recorded when selecting Topics for a data subject using the CHANGE_PREFERENCES
transactionType
.- POST /v1/consentreceipts
Updated API
- POST /v1/consentreceipts
- 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.
- GET /v3/datasubjects/profile