Get available filters for review requests.
GET
/v1/filters/{org_uuid}/review_requests
Retrieve all available filters for a review request:
- collaborators
- repository
- status
Access
- Members of the organization with any role.
Authorizations
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Responses
OK
application/json
JSON
{
"collaborators": [
{
"id": 232,
"platform": "github",
"display_name": "hacker",
"avatar_url": "https://avatar.url/hacker",
"linked_user": {
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"display_name": "Marius Tolzmann",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c"
}
}
],
"repository": [
"string"
],
"status": [
"string"
]
}