curl --location --request GET '/open_api//work_item///comments?page_num=0&page_size=0' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}'{
"data": [
{
"id": 1,
"work_item_id": 1,
"work_item_type_key": "issue",
"created_at": 1639983457330,
"operator": "35432532xxxx",
"content": "评论内容"
}
],
"pagination": {
"page_num": 1,
"page_size": 200,
"total": 1
},
"err": {},
"err_msg": "",
"err_code": 0
}