Welcome to the new Box Support website. Check out all the details here on what’s changed.

Comments

2 comments

  • mwiller

     The documentation around marker-based paging is located at https://developer.box.com/v2.0/reference/#section-marker-based-paging — I'll also let the people who maintain the docs know that those links are broken.

     

    When you make the first API call to get the first page, you don't have to send the `marker` parameter (but you do need to send the `usemarker` parameter for folder items specifically).  On subsequent calls, you should take the value returned in the `next_marker` field of the previous API response and send it in the `marker` query parameter.

    0
    Comment actions Permalink
  • szksh-line

    Thank you for your reply.

    I can understand marker based paging.
    I will try it.

    0
    Comment actions Permalink

Please sign in to leave a comment.