v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Customer Events
Retrieves the details of all events of a specific customer.
get/events/event_data/{userId}
Path parameters
userIdstring required
Unique ID of the customer whose events need to be fetched.
Response
200
Example response
{
"data": [
{
"orgId": 100458,
"userId": 98662653,
"date": "2019-12-09T03:13:23Z",
"eventName": "addedToCart",
"eventId": "5aa2e5dc-2b84-4798-99a2-69dba75523ba",
"source": "WEB_ENGAGE",
"tillCode": "webstore.till_1",
"additonalAttributes": {
"accountid": "~11b564bda",
"autoUpdateTimeStamp": "Mon Dec 09 03:13:23 UTC 2019",
"brandname": "Bukl",
"browsername": "Chrome",
"cartid": "7f1e74da-36d3-4fda-9aef-9e8be379a6db",
"categoryname": "Men/Top Wear/Shirts",
"city": "Bengaluru",
"country": "India",
"device": "desktop",
"eventName": "addedToCart",
"id": "5aa2e5dc-2b84-4798-99a2-69dba75523",
"ip": "115.99.221.149",
"orgId": 100458,
"osname": "Mac OS",
"pageurl": "https://www.bukl.in/products/root-men-top-wear-shirts/bukl/mens-casual-shirt/pid-14572567.aspx?vpid=10569467",
"productname": "Men's Casual shirt",
"region": "Karnataka",
"source": "WEB_ENGAGE",
"till": "webstore.till_1",
"userId": 98662653,
"variant": "M"
}
}
]
}