GET api/Apps/Group?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=[GroupID,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": "8c5fab34-e825-401f-a827-be0d541a7c99",
"GroupID": "60985baa-2b48-43ea-8469-300e679158cc",
"AppID": "15a995d8-37bd-4116-b0d1-95e537303b24",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"LogoUrl": "sample string 7",
"CreateTime": "2025-12-16T04:10:53.2450919+08:00"
},
{
"ID": "8c5fab34-e825-401f-a827-be0d541a7c99",
"GroupID": "60985baa-2b48-43ea-8469-300e679158cc",
"AppID": "15a995d8-37bd-4116-b0d1-95e537303b24",
"AppTID": 4,
"AppName": "sample string 5",
"GenreID": 0,
"Number": 6,
"LogoUrl": "sample string 7",
"CreateTime": "2025-12-16T04:10:53.2450919+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>15a995d8-37bd-4116-b0d1-95e537303b24</AppID>
<AppName>sample string 5</AppName>
<AppTID>4</AppTID>
<CreateTime>2025-12-16T04:10:53.2450919+08:00</CreateTime>
<GenreID>Normal</GenreID>
<GroupID>60985baa-2b48-43ea-8469-300e679158cc</GroupID>
<ID>8c5fab34-e825-401f-a827-be0d541a7c99</ID>
<LogoUrl>sample string 7</LogoUrl>
<Number>6</Number>
</GroupApp>
<GroupApp>
<AppID>15a995d8-37bd-4116-b0d1-95e537303b24</AppID>
<AppName>sample string 5</AppName>
<AppTID>4</AppTID>
<CreateTime>2025-12-16T04:10:53.2450919+08:00</CreateTime>
<GenreID>Normal</GenreID>
<GroupID>60985baa-2b48-43ea-8469-300e679158cc</GroupID>
<ID>8c5fab34-e825-401f-a827-be0d541a7c99</ID>
<LogoUrl>sample string 7</LogoUrl>
<Number>6</Number>
</GroupApp>
</ArrayOfGroupApp>