{
  "repository": {
    "slug": "team-project-name",
    "id": 25,
    "name": "Feam-ProjectName",
    "scmId": "git",
    "state": "AVAILABLE",
    "statusMessage": "Available",
    "forkable": true,
    "project": {
      "key": "Project-KEY",
      "id": 1,
      "name": "Projects Page Name",
      "public": false,
      "type": "NORMAL"
    },
    "public": false
  },
  "refChanges": [
    {
      "refId": "refs/heads/branch-name",
      "fromHash": "08353eeeb458c05d525496d2f821a1e1009325fd",
      "toHash": "725025bb67f7727c0344a860c46695ef0c62f350",
      "type": "UPDATE"
    }
  ],
  "changesets": {
    "size": 1,
    "limit": 100,
    "isLastPage": true,
    "values": [
      {
        "fromCommit": {
          "id": "08353eeeb458c05d522296d2f821a1e1009325fd",
          "displayId": "08353eeeb45"
        },
        "toCommit": {
          "id": "725025bb67f7727c0355a860c46695ef0c62f350",
          "displayId": "725025bb67f",
          "author": {
            "name": "Committer Name",
            "emailAddress": "committer-email-address@nowhere.com"
          },
          "authorTimestamp": 1476307259000,
          "message": "Commit message",
          "parents": [
            {
              "id": "08353eeeb458c05d52549222f821a1e1009325fd",
              "displayId": "08353eeeb45"
            }
          ]
        },
        "changes": {
          "size": 1,
          "limit": 100,
          "isLastPage": true,
          "values": [
            {
              "contentId": "e7d33852306494a36117f53bbe21467e3f26b68e",
              "fromContentId": "d859764c54e94d33563419ea66d863ea8926db05",
              "path": {
                "components": [
                  "integration.txt"
                ],
                "parent": "",
                "name": "name-of-changed-file.txt",
                "extension": "txt",
                "toString": "name-of-changed-file.txt"
              },
              "executable": false,
              "percentUnchanged": -1,
              "type": "MODIFY",
              "nodeType": "FILE",
              "srcExecutable": false,
              "links": {
                "self": [
                  {
                    "href": "link-to-file-in-bitbucket-repository"
                  }
                ]
              }
            }
          ],
          "start": 0
        },
        "links": {
          "self": [
            {
              "href": "link-to-file-in-bitbucket-reposiroy"
            }
          ]
        }
      }
    ],
    "start": 0
  }
}