Request Queues
Search Requests
Use this API to search for requests by key terms, such as the data subject’s first name, last name, email address, or request ID.
post/api/datasubject/v2/requestqueues/search/{language}
Path parameters
languagestring required
A language code that identifies the language in which the request data should be searched, assuming translations are available for that language. Examples: en-us for English, de for German, fr for French, etc.
Query parameters
createddatestring date
A date (yyyyMMdd). Include to retrieve a list of requests created on or after the specified date. For example, if you want to retrieve requests created on or after January 30, 2019, include the createddate=20190130 parameter in your query.
pageinteger
Results page you want to retrieve. Page number starts with 0 (0..N)
sizeinteger
Number of records per page.
Request body
Response
OK