GET /contacts/v1/contacts/analytics/deleterequests/summary

Retrieves a summary of contact delete requests for a date range.

NameTypeDescription
startdateutcdatetimeRequiredStart date and time in UTC of the date range.
enddateutcdatetimeRequiredEnd date and time in UTC of the date range.
StatusNameTypeDescription
200  Retrieved summary of contact delete requests.
 startDateUtcdatetimeStart date and time in UTC of the date range.
 endDateUtcdatetimeEnd date and time in UTC of the date range.
 statusasofdateutcdatetimeDate and time in UTC when the status was retrieved.
 intervalintegerInterval of the time series. 0 indicates hourly intervals, and 1 indicates daily intervals.
 itemcountintegerNumber of items in the time series.
 totaltimeseriesarrayTime series with information about total contact delete requests.
 totaltimeseries.requestcountintegerNumber of contact delete requests submitted for the date range.
 totaltimeseries.minvalueintegerThe lowest number of contact delete requests made during the time series.
 totaltimeseries.maxvalueintegerThe most contact delete requests made during the time series.
 totaltimeseries.itemsarrayArray of items with the number of contact delete requests made during the interval.
 totaltimeseries.items.timedatetimeInterval’s beginning date and time in UTC.
 totaltimeseries.items.valueintegerNumber of contact delete requests made during the interval.
 statustimeseriesarrayTime series with information about contact delete requests based on status.
 statustimeseries.statusstringStatus of the time series item.
 statustimeseries.requestcountintegerNumber of contact delete requests made for the date range.
 statustimeseries.minvalueintegerThe lowest number of contact delete requests made during the time series.
 statustimeseries.maxvalueintegerThe most contact delete requests made during the time series.
 statustimeseries.itemsarrayArray of items with the number of contact delete requests made during the interval.
 statustimeseries.items.timedatetimeInterval's beginning date and time.
 statustimeseries.items.valueintegerNumber of contact delete requests made during the interval.
    
400  The request is missing a required parameter or contains an invalid parameter.
 startDateUtcdatetimeStart date and time in UTC of the date range.
 endDateUtcdatetimeEnd date and time in UTC of the date range.
 intervalintegerInterval of the time series. 0 indicates hourly intervals, and 1 indicates daily intervals.
 statusasofdateutcdatetimeDate and time in UTC when the status was retrieved.
 requestServiceMessageIDguidService message ID for the request.
 responseDateTimedatetimeDate and time in UTC when the response was created in the system.
 resultMessagesarrayArray of messages about the request. Includes details, such as resulttype and resultcode, about a bad request.
 serviceMessageIDguidService message ID for the response.