GDPR Status
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
GET
api.appvirality.com/gdpr1_0/opengdpr_requests/subject_request_idResponse
{ "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 Params | Description |
|---|---|
| controller_id | API key of the application |
| expected_completion_time | RFC 3339 date string representing the time when the Processor expects to fulfill the request. |
| request_status | Status of the request raised. |
| subject_request_id | UUID v4 string from the originating request. |
