Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-2275

Events API start and limit allows to query only 1st 50 events (BB-50)

    XMLWordPrintable

Details

    Description

      {{{
      curl "https://api.bitbucket.org/1.0/users/ampatspell/events/?start=0&limit=1"
      }}}

      returns latest (public) event and {{

      {"count":2575}

      }}

      {{{
      curl "https://api.bitbucket.org/1.0/users/ampatspell/events/?start=49&limit=50"
      }}}

      Returns event BCLOUD-50

      {{{
      curl "https://api.bitbucket.org/1.0/users/ampatspell/events/?start=50&limit=51"
      }}}

      Fails with "Bad RequestBad limit. You sent 51, max is 50."

      Attachments

        Activity

          People

            Unassigned Unassigned
            b371d0febfb8 ampatspell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: