POST api/WisdomCollection/QueryLinkManByID/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfUsersSimpleAppletViewModel
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

UsersSimpleAppletViewModel

None.

count

integer

None.

SessionKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {
    "LstThreeLev": null,
    "LstTwoLev": [],
    "UserID": "sample string 1",
    "UserRealName": "sample string 2",
    "OneGroup": "sample string 3",
    "TwoGroup": "sample string 4",
    "ThreeGroup": "sample string 5"
  },
  "count": 1,
  "SessionKey": "sample string 3"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 无法序列化 DataTable。未设置 DataTable 名称。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 无法序列化 DataTable。未设置 DataTable 名称。