GET omsapi/FieldModelsHardWorker?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 |
Name=[字段名称,string?,模糊搜索],PageNumber=[,int?,1],PageSize=[,int?,20] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取困难职工档案字段列表
DataResultListOfFieldModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList |
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": "7a925c53-4fc2-43b2-8195-a3ba9f8bbcac",
"FileTypeID": "10c04b56-3465-4b89-a5f2-0cbdd1e933bf",
"IsKey": true,
"Number": 4,
"Name": "sample string 5",
"Describe": "sample string 6",
"Prompt": "sample string 7",
"ControlType": 0,
"SelectableValues": "sample string 8",
"Max": 9,
"Required": true,
"ConfigID": "9cac03bf-6b68-4453-b955-49c85cf6c945",
"CreateTime": "2025-12-16T23:25:48.9868767+08:00",
"UpdateTime": "2025-12-16T23:25:48.9868767+08:00"
},
{
"ID": "7a925c53-4fc2-43b2-8195-a3ba9f8bbcac",
"FileTypeID": "10c04b56-3465-4b89-a5f2-0cbdd1e933bf",
"IsKey": true,
"Number": 4,
"Name": "sample string 5",
"Describe": "sample string 6",
"Prompt": "sample string 7",
"ControlType": 0,
"SelectableValues": "sample string 8",
"Max": 9,
"Required": true,
"ConfigID": "9cac03bf-6b68-4453-b955-49c85cf6c945",
"CreateTime": "2025-12-16T23:25:48.9868767+08:00",
"UpdateTime": "2025-12-16T23:25:48.9868767+08:00"
}
]
}