GET api/answercard/getanswercardtemplatebypaper?paperId={paperId}

根据试卷id获取答题卡

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paperId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

根据试卷id获取答题卡

JsonRtnDtoOfAnswerCardTemplate
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

AnswerCardTemplate

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "PaperId": "a23b53cb-4e01-4823-aa40-9aedc79eaa33",
    "Width": 2,
    "Height": 3,
    "JsonConfig": "sample string 4",
    "OtherConfig": "sample string 5",
    "Title": "sample string 6",
    "SizeType": 0,
    "AuxiliaryImg": "sample string 7",
    "PageCount": 8,
    "QrCode": 9,
    "IsRecover": true,
    "Id": "0f15650e-69ae-46ff-aba0-0d1a0c1b923c",
    "CreatedTime": "2024-09-25T00:10:26.0038067+08:00",
    "IsDeleted": true,
    "LastUpdatedTime": "2024-09-25T00:10:26.0038067+08:00"
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"PaperId":"a23b53cb-4e01-4823-aa40-9aedc79eaa33","Width":2,"Height":3,"JsonConfig":"sample string 4","OtherConfig":"sample string 5","Title":"sample string 6","SizeType":0,"AuxiliaryImg":"sample string 7","PageCount":8,"QrCode":9,"IsRecover":true,"Id":"0f15650e-69ae-46ff-aba0-0d1a0c1b923c","CreatedTime":"2024-09-25T00:10:26.0038067+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:26.0038067+08:00"}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfAnswerCardTemplatemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:CreatedTime>2024-09-25T00:10:26.0038067+08:00</d2p1:CreatedTime>
    <d2p1:Id>0f15650e-69ae-46ff-aba0-0d1a0c1b923c</d2p1:Id>
    <d2p1:IsDeleted>true</d2p1:IsDeleted>
    <d2p1:LastUpdatedTime>2024-09-25T00:10:26.0038067+08:00</d2p1:LastUpdatedTime>
    <d2p1:AuxiliaryImg>sample string 7</d2p1:AuxiliaryImg>
    <d2p1:Height>3</d2p1:Height>
    <d2p1:IsRecover>true</d2p1:IsRecover>
    <d2p1:JsonConfig>sample string 4</d2p1:JsonConfig>
    <d2p1:OtherConfig>sample string 5</d2p1:OtherConfig>
    <d2p1:PageCount>8</d2p1:PageCount>
    <d2p1:PaperId>a23b53cb-4e01-4823-aa40-9aedc79eaa33</d2p1:PaperId>
    <d2p1:QrCode>9</d2p1:QrCode>
    <d2p1:SizeType>A3</d2p1:SizeType>
    <d2p1:Title>sample string 6</d2p1:Title>
    <d2p1:Width>2</d2p1:Width>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfAnswerCardTemplatemEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"PaperId":"a23b53cb-4e01-4823-aa40-9aedc79eaa33","Width":2,"Height":3,"JsonConfig":"sample string 4","OtherConfig":"sample string 5","Title":"sample string 6","SizeType":0,"AuxiliaryImg":"sample string 7","PageCount":8,"QrCode":9,"IsRecover":true,"Id":"0f15650e-69ae-46ff-aba0-0d1a0c1b923c","CreatedTime":"2024-09-25T00:10:26.0038067+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:26.0038067+08:00"}});