Get customer's analytics report

GET {{baseUrl}}/v1/applications/:applicationId/customers/:customerId/analytics?pageSize=1000&skip=10&sort=value

Fetch analytics for a given customer in the given application.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
sortstringThe field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -.

Note: This parameter works only with numeric fields. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring