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
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
rangeStart | string | (Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string. | |
rangeEnd | string | (Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |