v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
dataDeletionRules

Get a list of Data Deletion Rules

Get a list of data deletion rules in the organization. The response is paginated with a default limit of 50 rules.

get/v1/dataDeletionRules

Query parameters

limitinteger

Limit the number of deletion Rules returned in the response

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.

Response

A paginated list of data deletion Rules

nextstring

Next Continuation token

Example response

{
  "deletionRulesList": [
    {
      "startMillis": 1704976268773,
      "endMillis": 1704977168773,
      "parsingMode": "AutoParse",
      "createdBy": "0000000006743FE8",
      "modifiedBy": "0000000006743FE8"
    }
  ]
}