Hi Team,
Required to extract Historical data through control API using start and end date only like bot insight API
thanks in advance
Hi Team,
Required to extract Historical data through control API using start and end date only like bot insight API
thanks in advance
I tried this json format but of no change i can see. still giving empty data
{ "filter": { "operator":"and", "operands":: { "operator": "gt", "field": "startDateTime", "value": "2023-01-01T00:00:00" }, { "operator": "lt", "field": "endDateTime", "value": "2024-04-04T00:00:00" } ]}, "sort": { "field": "endDateTime", "direction": "desc" } ], "page": { "offset": 0, "length": 1000000 }}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.