02-15-2022 07:48 AM - edited 02-15-2022 07:54 AM
Hi everyone,
I'm trying to get a list of client filter by sessionStartTime, I want to send the start time and then getting a list of clients wtih sessionStartTime greater or equal. I also tried to use extraTimeRange filter as this way:
"extraTimeRange": {
"start": 1644939589779,
"end": 1644939594779,
},
"sortInfo": {
"sortColumn": "sessionStartTime",
"dir": "ASC"
}
But in the reponse has some results with sessionStartTime in 0 or lesster that my extraTimeRange filter.
My controller version is 3.6 and API version 6.1
I'll very grateful for your answers.