Assets REST API: The POST /object/aql Endpoint returns isLast: true for maxResults set to 1000 or more even when there are more results.

XMLWordPrintable

    • 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.

            Assignee:
            Unassigned
            Reporter:
            Payden Pringle (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: