GET api/GetHomeApps?u={u}&t={t}&d={d}
获取首页应用列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u | integer |
Required |
|
t | string |
Required |
|
d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取首页应用列表
HomeAppName | Description | Type | Additional information |
---|---|---|---|
n | string |
None. |
|
gk | integer |
None. |
|
i | string |
None. |
|
AppRow |
App列数 |
integer |
None. |
L | Collection of App |
None. |
|
topPositionL | Collection of App |
None. |
|
middlePositionL | Collection of App |
None. |
|
IsCurrentUserNotVerified |
当前用户是否是开放注册用户 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "n": "sample string 1", "gk": 2, "i": "sample string 3", "AppRow": 4, "L": [ { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 }, { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 } ], "topPositionL": [ { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 }, { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 } ], "middlePositionL": [ { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 }, { "n": "sample string 1", "s": 2, "t": 3, "u": "sample string 4", "m": "sample string 5", "c": 6, "isopen": 7, "notopenmsg": "sample string 8", "fptype": 9, "colspan": "sample string 10", "showname": "sample string 11", "href": "sample string 12", "appid": 13 } ], "IsCurrentUserNotVerified": true }
application/xml, text/xml
Sample:
<HomeApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppBusinessSys"> <AppRow>4</AppRow> <IsCurrentUserNotVerified>true</IsCurrentUserNotVerified> <L> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> </L> <gk>2</gk> <i>sample string 3</i> <middlePositionL> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> </middlePositionL> <n>sample string 1</n> <topPositionL> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> <App> <appid>13</appid> <c>6</c> <colspan>sample string 10</colspan> <fptype>9</fptype> <href>sample string 12</href> <isopen>7</isopen> <m>sample string 5</m> <n>sample string 1</n> <notopenmsg>sample string 8</notopenmsg> <s>2</s> <showname>sample string 11</showname> <t>3</t> <u>sample string 4</u> </App> </topPositionL> </HomeApp>