Request Queues
Get Request Audit History
Use this API to retrieve the audit history of a request. The response will include details such as field updates and the date and time when changes were made.
get/api/datasubject/v2/requestqueues/id/{requestQueueId}/requesthistory
Path parameters
requestQueueIdstring uuid required
GUID that is unique to each request. This GUID can be obtained either from the response of the GET /requestqueues/{language} API orfrom the url by navigating to the request details page within the DSAR module in the application. If the request is deleted,obtain the ID by navigating to the request URL from the assignee email.
Query parameters
pageinteger
Results page you want to retrieve. Page number starts with 0 (0..N)
sizeinteger
Number of records per page.
Response
OK
Example response
[
{
"changeDateTime": "2020-12-04T15:52:41.954300Z",
"recordedDateTime": "2020-12-04T15:52:41.954300Z",
"changes": [
{
"fieldName": "Country"
}
]
}
]