Skip to content

from - developer.atlassian.com

Why Pagination?
  • To make results easier to handle
  • To avoid overdoing database calls and resources when not needed

  • It is recommended to always explicitly set the limit parameter to ensure you know how many results per page.

  • When the response won't contain a link to the next page, or when DB call would return NULL set, you will know that you've reached the end

inprogress #pagination #atlassian