GET omsapi/GroupGenreApps?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 GroupGenreAppName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
GroupGenreID | globally unique identifier |
None. |
|
AppID | globally unique identifier |
None. |
|
AppTID |
配置文件中的应用ID(t) 即App模型中的AppID |
integer |
None. |
AppName |
应用名称 |
string |
None. |
GenreID |
应用类型 |
AppGenres |
None. |
Number |
默认序号 |
integer |
None. |
Notice |
默认提示信息 |
string |
None. |
LogoUrl |
默认图标地址 |
string |
None. |
CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "aed48aea-3645-401e-b1e0-9dad87b5244a", "GroupGenreID": "9d557b95-9428-4ac2-ad5a-d0055545bff3", "AppID": "37409d73-e490-404a-94c0-3177a84c67c1", "AppTID": 4, "AppName": "sample string 5", "GenreID": 0, "Number": 6, "Notice": "sample string 7", "LogoUrl": "sample string 8", "CreateTime": "2025-05-13T16:27:45.2251297+08:00" }, { "ID": "aed48aea-3645-401e-b1e0-9dad87b5244a", "GroupGenreID": "9d557b95-9428-4ac2-ad5a-d0055545bff3", "AppID": "37409d73-e490-404a-94c0-3177a84c67c1", "AppTID": 4, "AppName": "sample string 5", "GenreID": 0, "Number": 6, "Notice": "sample string 7", "LogoUrl": "sample string 8", "CreateTime": "2025-05-13T16:27:45.2251297+08:00" } ]