Skip to main content
Question

Extract Historical data through control API using start and end date

  • April 3, 2024
  • 1 reply
  • 54 views

Forum|alt.badge.img+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

Forum|alt.badge.img+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      }}

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings