# Viewing Paginated List Resources

The REST API only returns 500 results per request. Because of this feature, with certain resources, you can use the start-index parameter and previous-page and next-page elements to work with large amounts of data.

For example, the following request is submitted to the API:

<figure><img src="https://2084401275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfjuebS41N49G1Eh55hP7%2Fuploads%2Fgit-blob-0f792741d185335600ad3fa2f903a10ce51c83e0%2FViewingPaginatedListResources1_swCL.jpeg?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2084401275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfjuebS41N49G1Eh55hP7%2Fuploads%2Fgit-blob-248affdad52611ecc139da9e1bda2e3db484b4c2%2FViewingPaginatedListResources2_swCL.jpeg?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2084401275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfjuebS41N49G1Eh55hP7%2Fuploads%2Fgit-blob-bc253f06319f95ea4be41837c1bbc6894dccacff%2FViewingPaginatedListResources3_swCL.jpeg?alt=media" alt=""><figcaption></figcaption></figure>

The response looks like this:

<figure><img src="https://2084401275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfjuebS41N49G1Eh55hP7%2Fuploads%2Fgit-blob-ea311356e4f0c2607393c65063fae474e81c1ef8%2FViewingPaginatedListResources4_swCL.jpeg?alt=media" alt=""><figcaption></figcaption></figure>

Note the presence of the previous-page and next-page URIs, which allow moving within the pages of results.

### Viewing Results from a Specified Point

Use the start-index parameter to view results from a specified point in a list. The first record in a list is index 0, and you can use values that are positive, whole numbers. If the value specified is greater than the number of results available from a resource, the system returns an empty list.

### Configuring the Maximum Number of Requests

By default, the REST API only returns 500 results per request. To change the default number, contact the Illumina Support Team.
