{
"studentId": "TWPAAS1200000041415",
"gradeId": "2",
"projectId": "NBA9999S25",
"termId": "NBA9999S24"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/medalTask/getMedalTaskDetail' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: e5d522ac4df6133681fc9037a1131fa4' \
--header 'X-User-Account: TWPAAS1200000041415' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId": "TWPAAS1200000041415",
"gradeId": "2",
"projectId": "NBA9999S25",
"termId": "NBA9999S24"
}'
{
"responseEntity": null,
"pageInfo": {
"pageNum": 0,
"pageSize": 0,
"size": 0,
"startRow": 0,
"endRow": 0,
"total": 0,
"pages": 0,
"list": [
{
"taskId": "string",
"termId": "string",
"termName": null,
"taskName": "string",
"gradeId": "string",
"medalId": "string",
"medalConfigId": "string",
"description": "string",
"awardStatus": "string",
"status": "string",
"startTime": "string",
"endTime": "string",
"creatorId": "string",
"createTime": "string",
"lastUpdateTime": "string",
"orgId": "string",
"gradeName": "string",
"medalName": "string",
"creatorName": "string",
"classList": [
{
"taskId": "string",
"classId": "string",
"taskType": "string",
"className": "string"
}
],
"submitStatus": null,
"auditStatus": null,
"auditContent": null,
"submitCount": null,
"iconPath": null,
"taskType": "string",
"medalTaskTemplateList": null,
"templateList": null,
"fileList": [
{
"fileId": "string",
"size": 0,
"localPath": "string",
"format": "string",
"fileName": "string",
"fileMd5": "string",
"isStreamFile": "string",
"objectId": "string",
"objectType": "string",
"createTime": "string",
"lastModifyTime": "string"
}
]
}
],
"firstPage": 0,
"prePage": 0,
"nextPage": 0,
"lastPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": true,
"hasNextPage": true,
"navigatePages": 0,
"navigatepageNums": [
0
]
},
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}