curl --location --request POST 'https://openapi.italent.cn/SuccessionOpenApi/api/v1/Evaluation/GetDataList' \
--header 'Content-Type: application/json' \
--data-raw '{
"PageSize": 15, //每页15条数据
"PageIndex": 1, //第1页
"ActivityId": "ef91e4cf-cfd3-4430-b70f-37d222f4cf6f", //活动ID
"MeetingId": "e7558437-0b5b-47b8-93ce-58fff86ddb04", //校准会ID
"UserIds": [101277564,101471811], //用户ID
"QueryDate": "2020-01-01" //创建时间在2020年1月1日之后的数据
}'{
"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"
}
}
]
}