GET omsapi/FieldModels/LabelID/Group?u={u}&t={t}&d={d}
获取FieldModel列表 根据标签ID,并根据档案类型分组
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
LabelID=[字段标签ID,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取FieldModel列表 根据标签ID,并根据档案类型分组
Collection of FileTypeOutputName | Description | Type | Additional information |
---|---|---|---|
ID |
档案类型ID |
globally unique identifier |
None. |
Name |
档案类型名称 |
string |
None. |
Fields | Collection of FieldModelOutput |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "0874952a-3ed5-47ee-90ab-74e659ad4fdf", "Name": "sample string 2", "Fields": [ { "ID": "b1239d4f-2840-4cb3-8437-e3d2d47a7969", "Number": 2, "Name": "sample string 3", "Describe": "sample string 4", "Required": true, "ConfigID": "a34a80fd-5ee6-4c16-a3f2-c75cca799f22" }, { "ID": "b1239d4f-2840-4cb3-8437-e3d2d47a7969", "Number": 2, "Name": "sample string 3", "Describe": "sample string 4", "Required": true, "ConfigID": "a34a80fd-5ee6-4c16-a3f2-c75cca799f22" } ] }, { "ID": "0874952a-3ed5-47ee-90ab-74e659ad4fdf", "Name": "sample string 2", "Fields": [ { "ID": "b1239d4f-2840-4cb3-8437-e3d2d47a7969", "Number": 2, "Name": "sample string 3", "Describe": "sample string 4", "Required": true, "ConfigID": "a34a80fd-5ee6-4c16-a3f2-c75cca799f22" }, { "ID": "b1239d4f-2840-4cb3-8437-e3d2d47a7969", "Number": 2, "Name": "sample string 3", "Describe": "sample string 4", "Required": true, "ConfigID": "a34a80fd-5ee6-4c16-a3f2-c75cca799f22" } ] } ]