Get customer's activity report

GET {{baseUrl}}/v1/applications/:applicationId/customer_activity_reports/:customerId?pageSize=1000&skip=10&rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z

Fetch the summary report of a given customer in the given application, in a time range.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
rangeStartstring(Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string.
rangeEndstring(Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring