Authorization: Bearer ********************
curl --location -g --request GET 'https://open.pingcode.com/v1/relations?principal_type={{principal_type}}&principal_id={{principal_id}}&target_type={{target_type}}'
{
"page_size": 30,
"page_index": 0,
"total": 1,
"values": [
{
"id": "64b4d70ba368e6594360ea79",
"url": "https://rest_api_root/v1/relations/64b4d70ba368e6594360ea79",
"principal_type": "idea",
"principal": {
"id": "64b4d70ba368e6594360ea24",
"url": "https://rest_api_root/v1/ship/ideas/64b4d70ba368e6594360ea24",
"identifier": "SLC-1",
"title": "示例需求"
},
"target_type": "ticket",
"target": {
"id": "63eca888a0a13a3efc8d4a43",
"url": "https://rest_api_root/v1/ship/tickets/63eca888a0a13a3efc8d4a43",
"identifier": "SLC-T1",
"title": "希望新增支持第三方账号注册"
}
}
]
}