{
"roleType": "2",
"toolTerminal": "1",
"termId": "NBA9999S133",
"userId": "TWPAAS1200000041411",
"termType": "1",
"classIdList": [
"NBA9999S600000000016",
"NBA9999S600000000000",
"NBA9999S600000000028",
"NBA9999S600000000036"
],
"leadIdList": [
"NBA9999S600000000000",
"NBA9999S600000000036"
]
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/appraiseTool/getAppraiseToolList' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: c8b68949bf4cb581204b829216dd4a1c' \
--header 'X-User-Account: TWPAAS1200000041411' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleType": "2",
"toolTerminal": "1",
"termId": "NBA9999S133",
"userId": "TWPAAS1200000041411",
"termType": "1",
"classIdList": [
"NBA9999S600000000016",
"NBA9999S600000000000",
"NBA9999S600000000028",
"NBA9999S600000000036"
],
"leadIdList": [
"NBA9999S600000000000",
"NBA9999S600000000036"
]
}'
{
"responseEntity": null,
"pageInfo": {
"pageNum": 0,
"pageSize": 0,
"size": 0,
"startRow": 0,
"endRow": 0,
"total": 0,
"pages": 0,
"list": [
{
"toolId": "string",
"toolName": "string",
"customName": "string",
"status": "string",
"toolType": "string",
"startTime": "string",
"endTime": null,
"lastModifyTime": "string"
}
],
"firstPage": 0,
"prePage": 0,
"nextPage": 0,
"lastPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": true,
"hasNextPage": true,
"navigatePages": 0,
"navigatepageNums": null
},
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}