POST api/EnumData/ListSubject
获取学科列表
Request Information
URI Parameters
None.
Body Parameters
EmptyInputName | Description | Type | Additional information |
---|---|---|---|
Token |
签名 |
string |
None. |
SessionID |
会话ID |
globally unique identifier |
None. |
TimeStamp |
时间戳 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "SessionID": "d18f9ea8-6e28-4966-946e-56b9fda33ebe", "TimeStamp": 2 }
application/xml, text/xml
Sample:
<EmptyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_30edu.WEBAPI.WX.Models"> <SessionID>d18f9ea8-6e28-4966-946e-56b9fda33ebe</SessionID> <TimeStamp>2</TimeStamp> <Token>sample string 1</Token> </EmptyInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
输出参数
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |