Gets the status of the requested data privacy request, if it exists.
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/member/getdataprivacyrequeststatus?dataprivacyrequestid={dataprivacyrequestid}
Parameters
| DataPrivacyRequestId integer |
Response Description
| DataPrivacyRequestId integer |
| StatusId byte |
| UpdateDt date |
Example Response
{
"DataPrivacyRequestId": 1,
"StatusId": 64,
"UpdateDt": "2025-12-14T20:58:55.0328023-05:00"
}