Get all project boards
GET
/v3/projects/{id}/boardsThis feature was introduced in 8.13
请求参数
Path 参数
id
string
必需
The ID of a project
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get all project boards
数据结构
This feature was introduced in 8.13
id
string
可选
lists
object (List)
可选
This feature was introduced in 8.13
id
string
可选
label
object (LabelBasic)
可选
position
string
可选
示例
{
"id": "string",
"lists": {
"id": "string",
"label": {
"id": "string",
"name": "string",
"color": "string",
"description": "string"
},
"position": "string"
}
}
最后修改时间: 1 个月前