POST api/GetApps

获取首页应用列表

Request Information

URI Parameters

None.

Body Parameters

d=[]

UploadParameters
NameDescriptionTypeAdditional information
u

用户ID StaffID

integer

None.

t

全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密]

string

Required

d

数据参数 加密(单点登陆除外) 不同API,参数格式不同

string

None.

Request Formats

application/json, text/json

Sample:
{
  "u": 1,
  "t": "sample string 2",
  "d": "sample string 3"
}

application/xml, text/xml

Sample:
<UploadParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtizanAPI.Models">
  <d>sample string 3</d>
  <t>sample string 2</t>
  <u>1</u>
</UploadParameters>

application/x-www-form-urlencoded

Sample:
u=Value&t=Value&d=Value

Response Information

Resource Description

获取首页应用列表

Collection of APIAppTypeAndAppsReturn
NameDescriptionTypeAdditional information
ID

ID

integer

None.

TypeName

APP类型名称

string

None.

appList

Collection of App

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "TypeName": "sample string 2",
    "appList": [
      {
        "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
      }
    ]
  },
  {
    "ID": 1,
    "TypeName": "sample string 2",
    "appList": [
      {
        "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
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPIAppTypeAndAppsReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppConfigSys">
  <APIAppTypeAndAppsReturn>
    <ID>1</ID>
    <TypeName>sample string 2</TypeName>
    <appList xmlns:d3p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppBusinessSys">
      <d3p1:App>
        <d3p1:appid>13</d3p1:appid>
        <d3p1:c>6</d3p1:c>
        <d3p1:colspan>sample string 10</d3p1:colspan>
        <d3p1:fptype>9</d3p1:fptype>
        <d3p1:href>sample string 12</d3p1:href>
        <d3p1:isopen>7</d3p1:isopen>
        <d3p1:m>sample string 5</d3p1:m>
        <d3p1:n>sample string 1</d3p1:n>
        <d3p1:notopenmsg>sample string 8</d3p1:notopenmsg>
        <d3p1:s>2</d3p1:s>
        <d3p1:showname>sample string 11</d3p1:showname>
        <d3p1:t>3</d3p1:t>
        <d3p1:u>sample string 4</d3p1:u>
      </d3p1:App>
      <d3p1:App>
        <d3p1:appid>13</d3p1:appid>
        <d3p1:c>6</d3p1:c>
        <d3p1:colspan>sample string 10</d3p1:colspan>
        <d3p1:fptype>9</d3p1:fptype>
        <d3p1:href>sample string 12</d3p1:href>
        <d3p1:isopen>7</d3p1:isopen>
        <d3p1:m>sample string 5</d3p1:m>
        <d3p1:n>sample string 1</d3p1:n>
        <d3p1:notopenmsg>sample string 8</d3p1:notopenmsg>
        <d3p1:s>2</d3p1:s>
        <d3p1:showname>sample string 11</d3p1:showname>
        <d3p1:t>3</d3p1:t>
        <d3p1:u>sample string 4</d3p1:u>
      </d3p1:App>
    </appList>
  </APIAppTypeAndAppsReturn>
  <APIAppTypeAndAppsReturn>
    <ID>1</ID>
    <TypeName>sample string 2</TypeName>
    <appList xmlns:d3p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppBusinessSys">
      <d3p1:App>
        <d3p1:appid>13</d3p1:appid>
        <d3p1:c>6</d3p1:c>
        <d3p1:colspan>sample string 10</d3p1:colspan>
        <d3p1:fptype>9</d3p1:fptype>
        <d3p1:href>sample string 12</d3p1:href>
        <d3p1:isopen>7</d3p1:isopen>
        <d3p1:m>sample string 5</d3p1:m>
        <d3p1:n>sample string 1</d3p1:n>
        <d3p1:notopenmsg>sample string 8</d3p1:notopenmsg>
        <d3p1:s>2</d3p1:s>
        <d3p1:showname>sample string 11</d3p1:showname>
        <d3p1:t>3</d3p1:t>
        <d3p1:u>sample string 4</d3p1:u>
      </d3p1:App>
      <d3p1:App>
        <d3p1:appid>13</d3p1:appid>
        <d3p1:c>6</d3p1:c>
        <d3p1:colspan>sample string 10</d3p1:colspan>
        <d3p1:fptype>9</d3p1:fptype>
        <d3p1:href>sample string 12</d3p1:href>
        <d3p1:isopen>7</d3p1:isopen>
        <d3p1:m>sample string 5</d3p1:m>
        <d3p1:n>sample string 1</d3p1:n>
        <d3p1:notopenmsg>sample string 8</d3p1:notopenmsg>
        <d3p1:s>2</d3p1:s>
        <d3p1:showname>sample string 11</d3p1:showname>
        <d3p1:t>3</d3p1:t>
        <d3p1:u>sample string 4</d3p1:u>
      </d3p1:App>
    </appList>
  </APIAppTypeAndAppsReturn>
</ArrayOfAPIAppTypeAndAppsReturn>