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

REST API: User Events Missing Entries (BB-6187)

    XMLWordPrintable

Details

    Description

      Executing the "/users/

      {username}

      /events" REST API call results in a truncated list which is missing a lot of events that should be public and are visible on the BitBucket website.

      For example:

      curl -i "https://api.bitbucket.org/1.0/users/thedillonb/events/?start=0&limit=30"

      {
      "count": 1,
      "events": [
      {
      "node": null,
      "description": null,
      "repository": null,
      "created_on": "2012-10-04 00:24:08",
      "user": {
      "username": "thedillonb",
      "first_name": "Dillon",
      "last_name": "",
      "is_team": false,
      "avatar": "https://secure.gravatar.com/avatar/5ce4051edf2dd7a41c0d9f438f869b1a?d=https%3A%2F%2Fdwz7u9t8u8usb.cloudfront.net%2Fm%2F96c49f640214%2Fimg%2Fdefault_avatar%2F32%2Fuser_blue.png&s=32",
      "resource_uri": "/1.0/users/thedillonb"
      },
      "utc_created_on": "2012-10-03 22:24:08+00:00",
      "event": "start_follow_user"
      }
      ]
      }

      However, if you check my profile you'll see there are a lot more entries that are missing...

      Attachments

        Activity

          People

            Unassigned Unassigned
            81e36c57c0c8 thedillonb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: