Skip to main content

REST APIs for 24.2.20 and 24.2.10

Asynchronous GET Collections

When using the standard synchronous GET method on more than the maximum allowed number of 500 resources, only the latest 500 results are returned.

To GET all the results when the number of resources exceeds 500, specify in the header that the call is asynchronous (“async”). This will execute the request as an offline job.