curl --location --request POST '/open_api///fix_view' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"work_item_id_list": [0],
"name": "",
"cooperation_mode": 0,
"cooperation_user_keys": [""],
"cooperation_team_ids": [0]
}'
{
"data": {
"created_at": 1639983457330, //创建时间,毫秒精度
"created_by": "701251455518xxxxx", //创建人userKey
"editable": false, //是否有权限编辑
"modified_by": "701251455518xxxxx", //修改人userKey
"name": "视图", //视图名称
"view_id": "Pb1F12TzR", //视图id
"work_item_id_list": [ //工作项id列表
1746046,
1746045,
1744768
]
},
"pagination": { //分页信息
"page_num": 1,
"page_size": 200,
"total": 3
},
"err": {},
"err_msg": "",
"err_code": 0
}