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-03-21T15:18:00.5703408-04:00"
}