GET api/{area}/Account/GetNavList

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

User
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

None.

OrganCode

string

None.

Identifier

integer

None.

Nature

integer

None.

Name

string

None.

Password

string

None.

Phone

string

None.

Email

string

None.

Remark

string

None.

Avatar

string

None.

OpenID

string

None.

AuditSign

integer

None.

AuditName

string

None.

AuditTime

string

None.

IsLock

integer

None.

LockTime

string

None.

SaveTime

string

None.

LastLoginTime

string

None.

IsUpped

integer

None.

RelevantCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Code": "sample string 2",
  "OrganCode": "sample string 3",
  "Identifier": 4,
  "Nature": 5,
  "Name": "sample string 6",
  "Password": "sample string 7",
  "Phone": "sample string 8",
  "Email": "sample string 9",
  "Remark": "sample string 10",
  "Avatar": "sample string 11",
  "OpenID": "sample string 12",
  "AuditSign": 13,
  "AuditName": "sample string 14",
  "AuditTime": "sample string 15",
  "IsLock": 16,
  "LockTime": "sample string 17",
  "SaveTime": "sample string 18",
  "LastLoginTime": "sample string 19",
  "IsUpped": 20,
  "RelevantCode": "sample string 21"
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CE.Core.User.Entity">
  <AuditName>sample string 14</AuditName>
  <AuditSign>13</AuditSign>
  <AuditTime>sample string 15</AuditTime>
  <Avatar>sample string 11</Avatar>
  <Code>sample string 2</Code>
  <Email>sample string 9</Email>
  <Id>1</Id>
  <Identifier>4</Identifier>
  <IsLock>16</IsLock>
  <IsUpped>20</IsUpped>
  <LastLoginTime>sample string 19</LastLoginTime>
  <LockTime>sample string 17</LockTime>
  <Name>sample string 6</Name>
  <Nature>5</Nature>
  <OpenID>sample string 12</OpenID>
  <OrganCode>sample string 3</OrganCode>
  <Password>sample string 7</Password>
  <Phone>sample string 8</Phone>
  <RelevantCode>sample string 21</RelevantCode>
  <Remark>sample string 10</Remark>
  <SaveTime>sample string 18</SaveTime>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": {},
    "sample string 3": {}
  },
  {
    "sample string 1": {},
    "sample string 3": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfKeyValueOfstringanyType>
    <KeyValueOfstringanyType>
      <Key>sample string 1</Key>
      <Value />
    </KeyValueOfstringanyType>
    <KeyValueOfstringanyType>
      <Key>sample string 3</Key>
      <Value />
    </KeyValueOfstringanyType>
  </ArrayOfKeyValueOfstringanyType>
  <ArrayOfKeyValueOfstringanyType>
    <KeyValueOfstringanyType>
      <Key>sample string 1</Key>
      <Value />
    </KeyValueOfstringanyType>
    <KeyValueOfstringanyType>
      <Key>sample string 3</Key>
      <Value />
    </KeyValueOfstringanyType>
  </ArrayOfKeyValueOfstringanyType>
</ArrayOfArrayOfKeyValueOfstringanyType>