Download range of events for given Solution ID
Downloads a range of events for a given Solution Id. Parameters (from) and (to) are event sequence numbers internal to History Node and are treated inclusively. Contains list of event records.
Method
GET
Syntax
GET /datamart/events/{solutionId}/{from}/{to}
Response Body
The record has the following structure with the "'properties"' field containing serialized Interaction Server reporting events:
{
"eventKey": "NEW",
"eventSeqNum": 1048579,
"id": 1,
"interactionId": "028GB2TRUM0NV000",
"properties": "FgAAAKAAA .... DEAAACQaQAAAAAA",
"queueKey": "NEW",
"solutionId": "SLT1"
},
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!