List Application sessions
GET {{baseUrl}}/v1/applications/:applicationId/sessions?pageSize=1000&skip=10&sort=value&profile=value&state=cancelled&createdBefore=2022-11-08T00:11:22.082Z&createdAfter=2022-11-08T00:11:22.082Z&coupon=value&referral=value&integrationId=value&storeIntegrationId=value
List all the sessions of the specified Application.
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.
|
| profile | string |  | Profile integration ID filter for sessions. Must be exact match. |
| state | string |  | Filter by sessions with this state. Must be exact match. |
| 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. |
| coupon | string |  | Filter by sessions with this coupon. Must be exact match. |
| referral | string |  | Filter by sessions with this referral. Must be exact match. |
| integrationId | string |  | Filter by sessions with this integrationId. Must be exact match. |
| storeIntegrationId | string |  | The integration ID of the store. You choose this ID when you create a store. |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |