GET /contacts/v1/contacts/analytics/deleterequests
Retrieves details of contact delete requests for a date range.
URL Parameters
Name | Type | Description | |
---|---|---|---|
startdateutc | datetime | Required | Start date and time in UTC of the date range. |
enddateutc | datetime | Required | End date and time in UTC of the date range. |
statusid | int | Delete request status ID. Use it to filter delete requests by status. Valid values are 1 - Processing, 5 - Completed, and 7 - Invalid. | |
$pagesize | int | Number of records per page. | |
$page | int | Page number to retrieve. | |
$orderBy | string | Determines which property to use for sorting and the direction in which to sort the data. |
Usage
Example Request
Example Response