-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Assets - AQL
-
1
-
Minor
Issue Summary
When sending a Request to the POST /object/aql Endpoint, if maxResults is at 1000 or higher, the isLast will be set to true regardless of whether there are more objects or not.
Steps to Reproduce
Make a POST Request to the /object/aql Endpoint with a Query that returns 1001+ Objects with maxResults set to 1000 or higher.
Expected Results
isLast set to false.
Actual Results
isLast is instead set to true.
Workaround
Utilize maxResults of 999 or lower, as isLast will be correct.