GET omsapi/GroupApps?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=[,guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取群组应用列表
Collection of GroupApp| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| GroupID | 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. |
| LogoUrl |
默认图标地址 |
string |
None. |
| CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "194e32f3-2298-40c4-8890-d7dfa952b6eb",
"GroupID": "b10de856-80c9-472a-a650-60bcc1bf9599",
"AppID": "070fcbe0-702e-4e69-bd2d-b44dec10854a",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"LogoUrl": "sample string 7",
"CreateTime": "2025-12-16T04:32:12.6755075+08:00"
},
{
"ID": "194e32f3-2298-40c4-8890-d7dfa952b6eb",
"GroupID": "b10de856-80c9-472a-a650-60bcc1bf9599",
"AppID": "070fcbe0-702e-4e69-bd2d-b44dec10854a",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"LogoUrl": "sample string 7",
"CreateTime": "2025-12-16T04:32:12.6755075+08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfGroupApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppConfigSys">
<GroupApp>
<AppID>070fcbe0-702e-4e69-bd2d-b44dec10854a</AppID>
<AppName>sample string 5</AppName>
<AppTID>4</AppTID>
<CreateTime>2025-12-16T04:32:12.6755075+08:00</CreateTime>
<GenreID>Normal</GenreID>
<GroupID>b10de856-80c9-472a-a650-60bcc1bf9599</GroupID>
<ID>194e32f3-2298-40c4-8890-d7dfa952b6eb</ID>
<LogoUrl>sample string 7</LogoUrl>
<Number>6</Number>
</GroupApp>
<GroupApp>
<AppID>070fcbe0-702e-4e69-bd2d-b44dec10854a</AppID>
<AppName>sample string 5</AppName>
<AppTID>4</AppTID>
<CreateTime>2025-12-16T04:32:12.6755075+08:00</CreateTime>
<GenreID>Normal</GenreID>
<GroupID>b10de856-80c9-472a-a650-60bcc1bf9599</GroupID>
<ID>194e32f3-2298-40c4-8890-d7dfa952b6eb</ID>
<LogoUrl>sample string 7</LogoUrl>
<Number>6</Number>
</GroupApp>
</ArrayOfGroupApp>