GET omsapi/Apps?u={u}&t={t}&d={d}
获取App列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取App列表
Collection of AppOutputName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
AppID |
应用ID |
integer |
None. |
Number |
默认序号 |
integer |
None. |
Name |
默认名称 |
string |
None. |
HasGroups |
是否启用群组功能 有则加载群组管理菜单或app |
boolean |
None. |
IsOpen |
是否对开放注册人员可见 |
boolean |
None. |
NotOpenMsg |
提示信息 配置为不开放时的消息 |
boolean |
None. |
FocusPictureType | FocusPictureTypes |
None. |
|
Notice |
默认提示信息 未开通应用的提示 |
string |
None. |
LogoUrl |
默认图标地址 |
string |
None. |
Colspan |
图标占用的宽度 一行显示4个图标,colspan=1代表该图标占用一个标准图标宽度 |
string |
None. |
IsDisplayName |
是否显示应用名称 |
boolean |
None. |
Href |
应用程序所在路径 |
string |
None. |
Childs | Collection of AppChildNode |
None. |
|
CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "c6b694ee-8594-48d9-bc1f-ccc35434221e", "AppID": 2, "Number": 3, "Name": "sample string 4", "HasGroups": true, "IsOpen": true, "NotOpenMsg": true, "FocusPictureType": 0, "Notice": "sample string 8", "LogoUrl": "sample string 9", "Colspan": "sample string 10", "IsDisplayName": true, "Href": "sample string 12", "Childs": [ { "ID": "90d5c5c2-0918-43e1-88c0-7eaa049d72dc", "Number": 2, "Name": "sample string 3", "LogoUrl": "sample string 4", "NewsID": 5, "CreateTime": "2025-05-13T21:51:00.5797196+08:00" }, { "ID": "90d5c5c2-0918-43e1-88c0-7eaa049d72dc", "Number": 2, "Name": "sample string 3", "LogoUrl": "sample string 4", "NewsID": 5, "CreateTime": "2025-05-13T21:51:00.5797196+08:00" } ], "CreateTime": "2025-05-13T21:51:00.5797196+08:00" }, { "ID": "c6b694ee-8594-48d9-bc1f-ccc35434221e", "AppID": 2, "Number": 3, "Name": "sample string 4", "HasGroups": true, "IsOpen": true, "NotOpenMsg": true, "FocusPictureType": 0, "Notice": "sample string 8", "LogoUrl": "sample string 9", "Colspan": "sample string 10", "IsDisplayName": true, "Href": "sample string 12", "Childs": [ { "ID": "90d5c5c2-0918-43e1-88c0-7eaa049d72dc", "Number": 2, "Name": "sample string 3", "LogoUrl": "sample string 4", "NewsID": 5, "CreateTime": "2025-05-13T21:51:00.5797196+08:00" }, { "ID": "90d5c5c2-0918-43e1-88c0-7eaa049d72dc", "Number": 2, "Name": "sample string 3", "LogoUrl": "sample string 4", "NewsID": 5, "CreateTime": "2025-05-13T21:51:00.5797196+08:00" } ], "CreateTime": "2025-05-13T21:51:00.5797196+08:00" } ]