Query options $top, $skip and __next

Long responses are paged.
With $top you control the maximum number of elements in the response. With $skip you leave out a number of elements.
The response wraps elements in an array named 'Data' and if there are more, the meta property '__next', contains the URL to request the next page.

For this example a request to get the list of exchanges is used.


Response:
Click button to launch function.

JS code:
Click button to show code.