GET api/viewpaper/getuser?paperId={paperId}
获取指定试卷查看用户信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paperId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取指定试卷查看用户信息
JsonRtnDtoOfViewPaperSetUserDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | ViewPaperSetUserDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "PaperId": "6331c462-250d-46ff-9d65-7aa91f36a2e8", "UserIds": [ 1, 2 ] } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"PaperId":"6331c462-250d-46ff-9d65-7aa91f36a2e8","UserIds":[1,2]}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfViewPaperSetUserDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <PaperId>6331c462-250d-46ff-9d65-7aa91f36a2e8</PaperId> <UserIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </UserIds> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfViewPaperSetUserDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"PaperId":"6331c462-250d-46ff-9d65-7aa91f36a2e8","UserIds":[1,2]}});