• Authentication
  • Builds and Deployments
  • Capabilities
  • Dashboard
  • Deprecated
  • Jira Integration
  • Markup
  • Mirroring (Mirror)
  • Mirroring (Upstream)
  • Permission Management
  • Project
  • Pull Requests
  • Repository
  • Security
  • System Maintenance
  • System Signing
  • Other operations
Server
Bitbucket Data Center / / Modules

Other operations

Postman Collection
OpenAPI
GET

Get pull requests in inbox

Returns a page of pull requests in the user's inbox.

Forge and OAuth2 apps cannot access this REST resource.

Request

Query parameters

role

string

limit

integer

start

integer

Responses

default response

application/json;charset=UTF-8

any

GET/api/latest/inbox/pull-requests
1 2 curl --request GET \ --url 'http://{baseurl}/rest/api/latest/inbox/pull-requests'
GET

Get total number of pull requests in inbox

Returns the total number of pull requests in the user's inbox

Forge and OAuth2 apps cannot access this REST resource.

Request

This request has no parameters.

Responses

default response

application/json;charset=UTF-8

any

GET/api/latest/inbox/pull-requests/count
1 2 curl --request GET \ --url 'http://{baseurl}/rest/api/latest/inbox/pull-requests/count'

Rate this page: