You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Retrieve a page of pull requests to or from the specified repository. <p> The authenticated user must have <strong>REPO_READ</strong> permission for the specified repository to call this resource.
**direction** | **string**| the direction relative to the specified repository. Either INCOMING or OUTGOING. | [default to INCOMING ]
3341
+
**at** | **string**| a fully-qualified branch ID to find pull requests to or from, such as {@code refs/heads/master}c | [default to ]
3342
+
**state** | **string**| supply ALL to return pull request in any state. If a state is supplied only pull requests in the specified state will be returned. Either OPEN, DECLINED or MERGED | [default to OPEN ]
3343
+
**order** | **string**| the order to return pull requests in, either OLDEST (as in: "oldest first") or NEWEST. | [default to NEWEST ]
3344
+
**withAttributes** | **boolean**| whether to return additional pull request attributes | [default to true ]
3345
+
**withProperties** | **boolean**| whether to return additional pull request properties | [default to true ]
3346
+
3347
+
### Return type
3348
+
3349
+
(empty response body)
3350
+
3351
+
### Authorization
3352
+
3353
+
No authorization required
3354
+
3355
+
### HTTP request headers
3356
+
3357
+
-**Content-Type**: Not defined
3358
+
-**Accept**: Not defined
3359
+
3360
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments