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 GroupGenreApp| Name | 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": "047019d1-fe59-474a-855a-7a6731a73490",
"GroupGenreID": "ebfe949d-fd98-4d12-b1f3-7599caaa9a3b",
"AppID": "f8f3bf27-db38-402c-9cd1-30bdbdabf10a",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"Notice": "sample string 7",
"LogoUrl": "sample string 8",
"CreateTime": "2025-12-17T13:07:19.1926728+08:00"
},
{
"ID": "047019d1-fe59-474a-855a-7a6731a73490",
"GroupGenreID": "ebfe949d-fd98-4d12-b1f3-7599caaa9a3b",
"AppID": "f8f3bf27-db38-402c-9cd1-30bdbdabf10a",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"Notice": "sample string 7",
"LogoUrl": "sample string 8",
"CreateTime": "2025-12-17T13:07:19.1926728+08:00"
}
]