Skip to content

This API will be useful to check the status of the GDPR requests submitted using subject_request_id. You can get the subject_request_id from the response of “GDPR Register” API call. Supported status types are listed below.

pending - Request has been received and is currently in the queue
in_progress - Request is currently being acted on
completed - Request is fulfilled
cancelled - Request is cancelled


GETapi.appvirality.com/gdpr1_0/opengdpr_requests/subject_request_id

Response

{
"controller_id": "004d37de619e41888eb7a4f800715468",
"expected_completion_time": "2018-05-24T07:45:24Z",
"request_status": "pending",
"subject_request_id": "a7551968-d5d16-44b2-9831-815ac9017117298"
}

Response Params

Output ParamsDescription
controller_idAPI key of the application
expected_completion_timeRFC 3339 date string representing the time when the Processor expects to fulfill the request.
request_statusStatus of the request raised.
subject_request_idUUID v4 string from the originating request.