List Applications events
GET {{baseUrl}}/v1/applications/:applicationId/events/no_total?pageSize=1000&skip=10&sort=value&type=value&createdBefore=2022-11-08T00:11:22.082Z&createdAfter=2022-11-08T00:11:22.082Z&session=value&profile=value&customerName=officia pariatur in&customerEmail=officia pariatur in&couponCode=value&referralCode=value&ruleQuery=value&campaignQuery=value
Lists all events recorded for an application. Instead of having the total number of results in the response, this endpoint only mentions whether there are more results.
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. | |
| sort | string | The 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.
|
| type | string |  | Comma-separated list of types by which to filter events. Must be exact match(es). |
| createdBefore | string |  | Only return events created before this date. You can use any timezone. Talon.One will convert to UTC internally. |
| createdAfter | string |  | Only return events created after this date. You can use any timezone. Talon.One will convert to UTC internally. |
| session | string |  | Session integration ID filter for events. Must be exact match. |
| profile | string |  | Profile integration ID filter for events. Must be exact match. |
| customerName | string |  | Customer name filter for events. Will match substrings case-insensitively. |
| customerEmail | string |  | Customer e-mail address filter for events. Will match substrings case-insensitively. |
| couponCode | string |  | Coupon code |
| referralCode | string |  | Referral code |
| ruleQuery | string |  | Rule name filter for events |
| campaignQuery | string |  | Campaign name filter for events |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |