GET api/RoachRage/GetAccounts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RoachRage_Accounts
NameDescriptionTypeAdditional information
pkID

globally unique identifier

None.

UserID

string

None.

FirstName

string

None.

LastName

string

None.

Coins

integer

None.

Level

integer

None.

HighScore

integer

None.

GameCenterID

string

None.

GooglePlayID

string

None.

cannon_Purchased

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pkID": "4b1025e6-832f-460c-89bd-2465bc72a3b6",
    "UserID": "sample string 2",
    "FirstName": "sample string 3",
    "LastName": "sample string 4",
    "Coins": 1,
    "Level": 1,
    "HighScore": 1,
    "GameCenterID": "sample string 5",
    "GooglePlayID": "sample string 6",
    "cannon_Purchased": true
  },
  {
    "pkID": "4b1025e6-832f-460c-89bd-2465bc72a3b6",
    "UserID": "sample string 2",
    "FirstName": "sample string 3",
    "LastName": "sample string 4",
    "Coins": 1,
    "Level": 1,
    "HighScore": 1,
    "GameCenterID": "sample string 5",
    "GooglePlayID": "sample string 6",
    "cannon_Purchased": true
  }
]

text/html

Sample:
[{"pkID":"4b1025e6-832f-460c-89bd-2465bc72a3b6","UserID":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Coins":1,"Level":1,"HighScore":1,"GameCenterID":"sample string 5","GooglePlayID":"sample string 6","cannon_Purchased":true},{"pkID":"4b1025e6-832f-460c-89bd-2465bc72a3b6","UserID":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Coins":1,"Level":1,"HighScore":1,"GameCenterID":"sample string 5","GooglePlayID":"sample string 6","cannon_Purchased":true}]

application/xml, text/xml

Sample:
<ArrayOfRoachRage_Accounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PJMLicensing.Models">
  <RoachRage_Accounts>
    <Coins>1</Coins>
    <FirstName>sample string 3</FirstName>
    <GameCenterID>sample string 5</GameCenterID>
    <GooglePlayID>sample string 6</GooglePlayID>
    <HighScore>1</HighScore>
    <LastName>sample string 4</LastName>
    <Level>1</Level>
    <UserID>sample string 2</UserID>
    <cannon_Purchased>true</cannon_Purchased>
    <pkID>4b1025e6-832f-460c-89bd-2465bc72a3b6</pkID>
  </RoachRage_Accounts>
  <RoachRage_Accounts>
    <Coins>1</Coins>
    <FirstName>sample string 3</FirstName>
    <GameCenterID>sample string 5</GameCenterID>
    <GooglePlayID>sample string 6</GooglePlayID>
    <HighScore>1</HighScore>
    <LastName>sample string 4</LastName>
    <Level>1</Level>
    <UserID>sample string 2</UserID>
    <cannon_Purchased>true</cannon_Purchased>
    <pkID>4b1025e6-832f-460c-89bd-2465bc72a3b6</pkID>
  </RoachRage_Accounts>
</ArrayOfRoachRage_Accounts>