GET api/User/NextAccounts?aid={aid}&t={t}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

t

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NextAccountInfo
NameDescriptionTypeAdditional information
img

string

None.

name

string

None.

gname

string

None.

time

string

None.

num

integer

None.

Mobile

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "img": "sample string 1",
    "name": "sample string 2",
    "gname": "sample string 3",
    "time": "sample string 4",
    "num": 5,
    "Mobile": "sample string 6"
  },
  {
    "img": "sample string 1",
    "name": "sample string 2",
    "gname": "sample string 3",
    "time": "sample string 4",
    "num": 5,
    "Mobile": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUserController.NextAccountInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <UserController.NextAccountInfo>
    <Mobile>sample string 6</Mobile>
    <gname>sample string 3</gname>
    <img>sample string 1</img>
    <name>sample string 2</name>
    <num>5</num>
    <time>sample string 4</time>
  </UserController.NextAccountInfo>
  <UserController.NextAccountInfo>
    <Mobile>sample string 6</Mobile>
    <gname>sample string 3</gname>
    <img>sample string 1</img>
    <name>sample string 2</name>
    <num>5</num>
    <time>sample string 4</time>
  </UserController.NextAccountInfo>
</ArrayOfUserController.NextAccountInfo>