GET api/User/LoadUserInfoList?strAccount={strAccount}&strUserName={strUserName}&strWorkNo={strWorkNo}&departId={departId}&intPageIndex={intPageIndex}&intPageSize={intPageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strAccount | string |
Required |
|
| strUserName | string |
Required |
|
| strWorkNo | string |
Required |
|
| departId | string |
Required |
|
| intPageIndex | integer |
Required |
|
| intPageSize | integer |
Default value is 2147483647 |
Body Parameters
None.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Remark | string |
None. |
|
| OpTime | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucceed": true,
"remark": "sample string 2",
"opTime": "sample string 3",
"result": {}
}
application/xml, text/xml
Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsSucceed>true</IsSucceed> <Remark>sample string 2</Remark> <OpTime>sample string 3</OpTime> <Result /> </JsonResultObject>