Get all Personal Data Erasure Request
GET/v2/personal-data/erasure-requests
Gets a list of erasure requests for a specific resource id and resource type.
You can use pagination with this resource. For more information, see pagination.
Filtering
The following operator and attributes are required for filtering erasure requests.
Operator | Description |
---|---|
eq | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |
Attribute | Type | Operator | Example |
---|---|---|---|
resource_type | string | eq | eq(resource_type,customer) |
resource_id | string | eq | eq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178\) |
Request
Responses
- 200
- 401
- default
OK
Unauthorized
Internal server error.