{
"templateId":"CJTWBS1S200012"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/medalActivityTemp/getMedalActivityTemp' \
--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 '{
"templateId":"CJTWBS1S200012"
}'
{
"responseEntity": {
"templateId": "string",
"activityName": "string",
"description": null,
"status": "string",
"creatorId": "string",
"createTime": "string",
"lastModifyTime": "string",
"orgId": "string",
"activityUrl": "string",
"activityTypeId": "string",
"medalActivityTaskTempList": [
{
"taskId": "string",
"templateId": "string",
"taskName": "string",
"description": "string",
"status": "string",
"creatorId": "string",
"createTime": "string",
"lastModifyTime": "string",
"orgId": "string",
"fileList": [
{
"fileId": "string",
"fileType": "string",
"size": 0,
"localPath": "string",
"format": "string",
"fileName": "string",
"fileMd5": null,
"isStreamFile": null,
"objectId": "string",
"objectType": "string",
"createTime": "string",
"lastModifyTime": "string"
}
]
}
],
"referNum": null
},
"pageInfo": null,
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}