Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/examPaper/getManualPaper/4' \
--header 'Authorization: Bearer <token>'{
"successful": true,
"code": 0,
"message": "string",
"timestamp": "string",
"data": {
"id": "string",
"examPaperName": "string",
"bigQuestionList": [
{
"bigQuestionId": "string",
"bigQuestionName": "string",
"bigQuestionScore": 0,
"bigQuestionSingleScore": 0,
"questionCount": 0,
"questionList": [
{
"id": "string",
"questionType": 0,
"questionStem": "string",
"fileId": "string",
"fileUrl": "string",
"optionList": [
{
"options": "string",
"optionContent": "string",
"optionContentAnalysis": "string",
"isCorrect": 0,
"fileId": "string",
"fileUrl": "string"
}
],
"questionScore": 0
}
]
}
],
"duration": 0,
"isManual": 0,
"allowMakeup": 0,
"passingScore": 0,
"paperScore": 0,
"papelTotal": 0,
"captureCount": 0,
"paperDesc": "string",
"questionBankList": [
{
"value": "string",
"label": "string",
"label2": null
}
]
}
}