Pagination

Pagination relies on the ID of the last element in the list that was on the previous page.

For example, If you received a list of 50 channels and want to look up another 50 channels, you need to pass the ID of the last channel in the list of channels you first received to the next page request.

You can refer to the hasNext field in the result to determine if there are additional pages.

Last updated