Get List of Requests
Use this API to retrieve a list of all requests. The response will include details for each request along with the approver, date created, and data subject's first and last name.
Path parameters
A language code that identifies the language in which the request data should be returned, assuming translations are available for that language. Examples: en-us for English, de for German, fr for French, etc.
Query parameters
A date (yyyyMMdd). Include to retrieve a list of requests modified on or after the specified date. For example, if you want to retrieve requests modified on or after January 30, 2019, include the modifieddate=20190130 parameter in your query.
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.
Filter requests by stage name. Parameters must be URL encoded.
A flag to exclude requests associated with user if they are not associated with specified organization.
Results page you want to retrieve. Page number starts with 0 (0..N)
Number of records per page. Maximum page size allowed is 500
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending.
Response
OK
Example response
[
{
"requestQueueRefId": "SL244HWD6D",
"requestQueueId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad",
"firstName": "Jonny",
"lastName": "Sardar",
"organization": "my own org",
"status": "NEW",
"requestTypes": [
"Data Portability, Update Data"
],
"deadline": "2019-09-08T12:49:47.920Z",
"dateCreated": "2019-08-09T12:49:47.983Z",
"dateUpdated": "2019-09-25T06:50:15.470Z",
"subjectTypes": [
"Student"
],
"approver": "Jonny Sardar Sadmin",
"language": "en-us",
"countryCode": "DZ",
"countryName": "Algeria",
"email": "abcd@gmail.com",
"workflow": "Default Workflow",
"webform": "!! Nikki",
"dateCompleted": "2019-05-31T12:43:24.173Z",
"resolution": "Not a privacy-related request",
"remainingDaysForMaxDeadline": 30,
"maxDeadlineExtensionDate": "2023-09-08T12:49:47.920Z",
"additionalStatuses": "PAUSED"
}
]