Get Activity Reports for Application Customers

GET {{baseUrl}}/v1/applications/:applicationId/customer_activity_reports/no_total?pageSize=1000&skip=10&sort=value&rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z&name=value&integrationId=value&campaignName=value&advocateName=value

Fetch summary reports for all application customers based on a time range. Instead of having the total number of results in the response, this endpoint only mentions whether there are more results.

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. | | 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. | | name | string | | Only return reports matching the customer name | | integrationId | string | | Filter results performing an exact matching against the profile integration identifier. | | campaignName | string | | Only return reports matching the campaignName | | advocateName | string | | Only return reports matching the current customer referrer name |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring