curl --location --request POST 'https://openapi.italent.cn/idp/IdpGoal/GetDataList' \
--header 'Content-Type: application/json' \
--data-raw '{"pageSize":300,"pageIndex":1,"fieldDic":{"NameFI":"测试名称"}}'
{
"code": 0,
"message": "string",
"_id": "string",
"data": {
"count": 0,
"columns": [
{
"name": "string",
"label": "string",
"dataType": 0
}
],
"paging": {
"page": 0,
"capacity": 0,
"total": 0
},
"biz_data": [
{
"property1": {
"name": "string",
"text": "string",
"value": "string"
},
"property2": {
"name": "string",
"text": "string",
"value": "string"
}
}
]
}
}