Gets a list of access requests for a project.
GET
/v3/projects/{id}/access_requestsThis feature was introduced in GitLab 8.11.
请求参数
Path 参数
id
string
必需
The project ID
Query 参数
page
integer <int32>
可选
Current page number
per_page
integer <int32>
可选
Number of items per page
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Gets a list of access requests for a project.
数据结构
This feature was introduced in GitLab 8.11.
name
string
可选
username
string
可选
id
string
可选
state
string
可选
avatar_url
string
可选
web_url
string
可选
requested_at
string
可选
示例
{
"name": "string",
"username": "string",
"id": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string",
"requested_at": "string"
}
最后修改时间: 1 个月前