GET omsapi/GroupSignupTableFieldsNoPage?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 |
ID=[群组ID,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取群组申请表字段列表后台无分页
Collection of GroupSignupTableFieldOutputName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
GroupSignupTableID | globally unique identifier |
None. |
|
NO | integer |
None. |
|
Name | string |
None. |
|
Value | string |
None. |
|
Describe | string |
None. |
|
Prompt | string |
None. |
|
SelectableValue | Object |
None. |
|
ControlType |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "91a667a8-30b9-4a82-ac74-1d0c1bd485bc", "GroupSignupTableID": "5d155b9f-10e6-4fcf-82ac-6e49cfed49b6", "NO": 3, "Name": "sample string 4", "Value": "sample string 5", "Describe": "sample string 6", "Prompt": "sample string 7", "SelectableValue": {}, "ControlType": 0, "Max": 9, "Required": true, "Enabled": true }, { "ID": "91a667a8-30b9-4a82-ac74-1d0c1bd485bc", "GroupSignupTableID": "5d155b9f-10e6-4fcf-82ac-6e49cfed49b6", "NO": 3, "Name": "sample string 4", "Value": "sample string 5", "Describe": "sample string 6", "Prompt": "sample string 7", "SelectableValue": {}, "ControlType": 0, "Max": 9, "Required": true, "Enabled": true } ]