GET api/AnswerCard/GetProgress?paperId={paperId}
查看导入进度
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paperId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
查看导入进度
JsonRtnDtoOfOffLinePaperUploadProgressName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | OffLinePaperUploadProgress |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "ExpectImportNum": 1, "HasImportNum": 2, "HasImportStudent": 3 } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"ExpectImportNum":1,"HasImportNum":2,"HasImportStudent":3}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfOffLinePaperUploadProgressv3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <ExpectImportNum>1</ExpectImportNum> <HasImportNum>2</HasImportNum> <HasImportStudent>3</HasImportStudent> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfOffLinePaperUploadProgressv3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"ExpectImportNum":1,"HasImportNum":2,"HasImportStudent":3}});