MorpheusGoGo
New Contributor II

Are you sure this works?

payload = {
 "filter_by": {  
 },
 "max_results": 1
}
 
Returns 1 result.
 
payload = {
 "filter_by": {  
   "query_start_time_range":{
       "start_time_ms" :1640995200000,
       "end_time_ms" : 1641081599000
   }
 },
 "max_results": 1
}
 
{'error_code': 'MALFORMED_REQUEST', 'message': "Could not parse request object: Expected 'START_OBJECT' not 'VALUE_STRING'\n at [Source: (ByteArrayInputStream); line: 1, column: 15]\n at [Source: java.io.ByteArrayInputStream@5297a56c; line: 1, column: 15]"}