Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Get all Events by Customer for Session

Retrieves all tracking events for a specific customer session using their unique IDs.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.event.read|org.permission.event.read|

Input

type: object properties: parameters: type: object properties: customerId: type: string description: '(Required) Unique ID of the customer. ' sessionId: type: string description: (Required) Unique ID of the session. required: - customerId - sessionId title: Parameters

Output

type: object properties: meta: type: string data: type: array items: type: object properties: type: type: string id: type: string attributes: type: object properties: name: type: string trackingEvent: type: string app: type: string publishedAt: type: string createdAt: type: string location: type: object properties: countryCode: type: string countryName: type: string regionCode: type: string cityName: type: string zipCode: type: string latitude: type: string longitude: type: string areaCode: type: string regionName: type: string meta: type: object properties: statusStr: type: string sessionId: type: string realIp: type: string relationships: type: object properties: org: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string createdBy: type: string modifiedBy: type: string customer: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string links: type: object properties: self: type: string links: type: object properties: self: type: string first: type: string prev: type: string next: type: string