GET omsapi/Leader/Queries?u={u}&t={t}&d={d}
干部列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
p=[PageSize=[,int],PageNumber=[,int],CategoryID=[,long],DutyID=[默认传00000000-0000-0000-0000-000000000000,guid],DutyLevel=[默认传0,int],CategoryIDStr[默认传空字符串,string]] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
干部列表
DataResultListOfLeadersQueries| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of LeadersQueries |
None. |
|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| PreviousIndex | integer |
None. |
|
| NextIndex | integer |
None. |
|
| RecordCount | integer |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_pageSize": 2,
"_recordCount": 3,
"_pageNum": 1,
"_error": true,
"_errorInfo": [
"sample string 1",
"sample string 2"
],
"_exInfo": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"_dataList": [
{
"ID": "7f311a93-c77d-493d-8f05-81d6737f976c",
"StaffID": 2,
"Name": "sample string 3",
"CompanyID": 4,
"MobilePhone": "sample string 5",
"CompanyName": "sample string 6",
"DutiesString": "sample string 7",
"Note": "sample string 8",
"OnlineStatus": "sample string 9",
"Cover": 10,
"Online": 11,
"OnlineScale": 12.0
},
{
"ID": "7f311a93-c77d-493d-8f05-81d6737f976c",
"StaffID": 2,
"Name": "sample string 3",
"CompanyID": 4,
"MobilePhone": "sample string 5",
"CompanyName": "sample string 6",
"DutiesString": "sample string 7",
"Note": "sample string 8",
"OnlineStatus": "sample string 9",
"Cover": 10,
"Online": 11,
"OnlineScale": 12.0
}
]
}