Question

Extract Historical data through control API using start and end date

  • 3 April 2024
  • 1 reply
  • 21 views

Badge +1

Hi Team,

Required to extract Historical data through control API using start and end date only like bot insight API

thanks in advance


1 reply

Badge +1

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      }}

Reply