List GDPR requests
Retrieves a list of GDPR requests of all types.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set as 0. |
limit | int | Specifies the number of results to return per page. Acceptable values are 1 to 100, inclusive. (Default: 10) |
Response
If successful, this action returns a list of GDPR requests of all types in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
requests[] | array of objects | An array of GDPR requests. |
(requests).request_id | string | The unique ID for the GDPR request. |
(requests).action | string | The type of the GDPR request. |
(requests).status | string | The current status of the GDPR request. Valid values are the following: |
(requests).user_ids[] | array of strings | The IDs of the users to be deleted or deleted to comply with the GDPR's requirements. This is effective only when the value of the |
(requests).user_id | string | The ID of the user whose user data is to be generated or generated to comply with the GDPR's requirements. This is effective only when the value of the |
(requests).files | nested object | Information about the zip file created from the GDPR request. This object has the following two properties: |
(requests).created_at | long | The time at which a request was created in Unix milliseconds format. |
next | string | The value of the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.