GET omsapi/FieldModelsBaseField?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 |
Type=[标签类型,int?,默认档案基础字段标签],PageNumber=[,int?,1],PageSize=[,int?,20] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据档案基础字段标签 获取档案字段
DataResultListOfFieldModelName | 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": "3af1cc0c-6cf0-4e82-a208-2056346c83b6", "FileTypeID": "dc824b8c-87d9-4011-98c3-1c931cc1c4ac", "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": "d159914b-cfff-4047-a4fe-7110888080af", "CreateTime": "2025-05-13T20:50:58.2013865+08:00", "UpdateTime": "2025-05-13T20:50:58.2013865+08:00" }, { "ID": "3af1cc0c-6cf0-4e82-a208-2056346c83b6", "FileTypeID": "dc824b8c-87d9-4011-98c3-1c931cc1c4ac", "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": "d159914b-cfff-4047-a4fe-7110888080af", "CreateTime": "2025-05-13T20:50:58.2013865+08:00", "UpdateTime": "2025-05-13T20:50:58.2013865+08:00" } ] }