cancel
Showing results for 
Search instead for 
Did you mean: 

trying to get client list filter by sessionStartTime

camilo
New Contributor

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.

0 REPLIES 0