External Asset Search API is missing pagination parameters

XMLWordPrintable

    • 0

      Issue Summary

      The assets API is missing some parameters which would help with pagination.

      GET /rest/assetapi/asset

      Ref.: https://developer.atlassian.com/cloud/assets/rest/api-group-assets/#api-asset-search-get

      Steps to Reproduce

      1. make a request to the assets API as https://mydomain.atlassian.net/rest/assetapi/asset?start=10&limit=10

      Expected Results

      The API should return a link to the "next page"

      Actual Results

      The API returns the "isLastPage" parameter, but that is not helpful.

      Workaround

      The workaround for it would be to continue calling the API until you get the "isLastPage":true flag in the response

            Assignee:
            Unassigned
            Reporter:
            Wagner M.
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: