{
"gradeId": "string",
"subjectId": "string",
"issueMode": "string",
"projectId": "string",
"numPerPage": "string",
"pageNo": "string"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/appraiseTemplate/getAppraiseTemplateList' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": "string",
"subjectId": "string",
"issueMode": "string",
"projectId": "string",
"numPerPage": "string",
"pageNo": "string"
}'
{
"pageInfo": {
"total": 0,
"pages": 0,
"list": [
{
"templateId": "string",
"gradeId": "string",
"gradeName": "string",
"subjectId": "string",
"subjectName": "string",
"targetLevel1": "string",
"targetLevel1Name": "string",
"targetLevel2": "string",
"targetLevel2Name": "string",
"targetLevel3": "string",
"targetLevel3Name": "string",
"targetLevel4": "string",
"targetLevel5": "string",
"score": 0,
"iconPath": "string",
"type": "string",
"creatorId": "string",
"modifyId": "string",
"lastModifyTime": "string",
"orgId": "string",
"termId": "string",
"projectId": "string"
}
]
},
"serverResult": {
"resultCode": "string",
"resultMessage": "string"
}
}