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
Primary key of the requested privacy request
StatusId
byte
Current status of the requested privacy request
UpdateDt
date
Last updated date (in EST) of the requested privacy request

Example Response

{
  "DataPrivacyRequestId": 1,
  "StatusId": 64,
  "UpdateDt": "2025-09-18T16:40:35.0329276-04:00"
}