GET api/EmpManage/GetOptionList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResponseOfObject
NameDescriptionTypeAdditional information
data

Object

None.

msg

string

None.

code

integer

None.

total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {},
  "msg": "sample string 2",
  "code": 3,
  "total": 4
}

application/xml, text/xml

Sample:
<BaseResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI">
  <code>3</code>
  <msg>sample string 2</msg>
  <total>4</total>
  <data />
</BaseResponseOfanyType>