Tests
Get Test Events
Tests
Get Test Events
GET
/
v1
/
split-tests
/
{id}
/
events
curl --request GET \
--url https://api.production.orderprotection.com/v1/split-tests/{id}/events
{
"edges": [
{
"node": {
"sessionId": "871ef54fe5e71123c95cdf8308db124131a80a01f626191a5e07e63723071d52",
"testId": "cm0752s2r0003zqtzdwcm9rc0",
"metadata": {
"orderId": 12312,
"isOriginal": true,
"purchasedOp": true,
"settingsType": "Original"
},
"createdAt": "2023-11-07T05:31:56Z",
"type": "checkout:completed"
}
}
],
"pageInfo": {
"startCursor": "cm0b57zjv00myq52xh0c590b8",
"endCursor": "cm0b57zjv00myq52xh0c590b8",
"hasNextPage": false,
"hasPreviousPage": false
}
}
Path Parameters
Response
200 - application/json
Get test by id
The unique session id for the customer. This marks a unique visitor
Example:
"871ef54fe5e71123c95cdf8308db124131a80a01f626191a5e07e63723071d52"
Example:
"cm0752s2r0003zqtzdwcm9rc0"
The event data
Example:
{
"orderId": 12312,
"isOriginal": true,
"purchasedOp": true,
"settingsType": "Original"
}
The timestamp of the event
The type of event
Example:
"checkout:completed"
curl --request GET \
--url https://api.production.orderprotection.com/v1/split-tests/{id}/events
{
"edges": [
{
"node": {
"sessionId": "871ef54fe5e71123c95cdf8308db124131a80a01f626191a5e07e63723071d52",
"testId": "cm0752s2r0003zqtzdwcm9rc0",
"metadata": {
"orderId": 12312,
"isOriginal": true,
"purchasedOp": true,
"settingsType": "Original"
},
"createdAt": "2023-11-07T05:31:56Z",
"type": "checkout:completed"
}
}
],
"pageInfo": {
"startCursor": "cm0b57zjv00myq52xh0c590b8",
"endCursor": "cm0b57zjv00myq52xh0c590b8",
"hasNextPage": false,
"hasPreviousPage": false
}
}