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": "2026-08-09T12:47:14.1695352-04:00"
}