Returns a page of pull requests in the user's inbox.
Forge and OAuth2 apps cannot access this REST resource.
string
integer
integer
default response
any
1
2
curl --request GET \
--url 'http://{baseurl}/rest/api/latest/inbox/pull-requests'
Returns the total number of pull requests in the user's inbox
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
default response
any
1
2
curl --request GET \
--url 'http://{baseurl}/rest/api/latest/inbox/pull-requests/count'
Rate this page: