Skip to main content

Get Personal Data Related Data Entries

GET 

/v2/personal-data/related-data-entries

Gets a list of related data entries filtered by specific resource id and resource type.

You can use pagination with this resource. For more information, see pagination.

note
  • This request is only accessible to client_credentials token users with Seller Admin, Support and IT roles.
  • Non client_credentials token users cannot access this endpoint. See Permissions.
  • This request requires a filter for resource_type and resource_id.

Filtering

The following operator and attributes are required for filtering erasure requests.

OperatorDescription
eqChecks whether the values of two operands are equal. If the values are equal, the condition is true.
AttributeTypeOperatorExample
resource_typestringeqeq(resource_type,customer)
resource_idstringeqeq(resource_id,0f850c15-d643-480a-a2b4-9e3c26067178)

Request

Responses

OK