curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/TalentPool/GetTalentPoolByBatch' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/TalentPool/GetTalentPoolByBatch?batchId='
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
{
"talentPoolId": "string",
"talentPoolName": "string",
"talentPoolType": "string",
"talentPoolLevel": 0,
"parentPoolId": "string",
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"modifiedBy": 0,
"modifiedTime": "2019-08-24T14:15:22Z",
"stdIsDeleted": true
}
]
},
"code": 0,
"message": "string"
}