Skip to content

Pagination using Filet Extension #301

Answered by jamesfisher-geo
dipstef78 asked this question in Q&A
Discussion options

You must be logged in to vote

At the bottom of the filter result is a links object. If there are more items in the search result that the limit number, there will be a next link. That will open the next page of results. numReturned and numMatched show the number of items in the page and the total number of search results, respectively.

"links": [
        {
            "rel": "next",
            "type": "application/json",
            "method": "GET",
            "href": "http://<stac api>/search?token=<next page token>"
        },
        {
            "rel": "root",
            "type": "application/json",
            "href": "http://<stac api>/"
        },
        {
            "rel": "self",
            "type": "app…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@dipstef78
Comment options

@jamesfisher-geo
Comment options

Answer selected by dipstef78
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants