GET api/answercard/getanswercardtemplatesync?Id={Id}
根据主键id获取答题卡
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id |
主键id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
根据主键id获取答题卡
JsonRtnDtoOfAnswerCardTemplateName | Description | Type | Additional 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": "2b8b7433-41a6-44b0-b4eb-f1b81203bc31", "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": "969a904a-60e0-47ca-93d0-f1bb6ec02750", "CreatedTime": "2024-09-25T00:10:40.8746615+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:10:40.8746615+08:00" } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"PaperId":"2b8b7433-41a6-44b0-b4eb-f1b81203bc31","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":"969a904a-60e0-47ca-93d0-f1bb6ec02750","CreatedTime":"2024-09-25T00:10:40.8746615+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:40.8746615+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:40.8746615+08:00</d2p1:CreatedTime> <d2p1:Id>969a904a-60e0-47ca-93d0-f1bb6ec02750</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-25T00:10:40.8746615+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>2b8b7433-41a6-44b0-b4eb-f1b81203bc31</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":"2b8b7433-41a6-44b0-b4eb-f1b81203bc31","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":"969a904a-60e0-47ca-93d0-f1bb6ec02750","CreatedTime":"2024-09-25T00:10:40.8746615+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:40.8746615+08:00"}});