| 8 | | Pagination is controlled by the ha_page and ha_resultsperpage parameters. These parameters are optional to all methods that support pagination, and not allowed with any other method. If omitted, 12 results from page 1 are shown. If the ha_page is larger than the number of pages (which means that ha_page * ha_resultsperpage > totalitems), an empty resultset is shown. If ha_pages <= 0, an [wiki:APIErrors#errornumber33 error number 33] is returned. Similarly, if ha_resultsperpage is larger than the maximum allowed (currently 100), or <= 0, an [wiki:APIErrors#errornumber34 error number 34] is returned. |
| | 8 | Pagination is controlled by the '''ha_page''' and '''ha_resultsperpage''' parameters. These parameters are optional to all methods that support pagination, and not allowed with any other method. If omitted, 12 results from page 1 are shown. If the ha_page is larger than the number of pages (which means that ha_page * ha_resultsperpage > totalitems), an empty resultset is shown. If ha_pages <= 0, an [wiki:APIErrors#errornumber33 error number 33] is returned. Similarly, if ha_resultsperpage is larger than the maximum allowed (currently 100), or <= 0, an [wiki:APIErrors#errornumber34 error number 34] is returned. |