GET api/Report/ValidateToken?_token={_token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_token

string

Required

Body Parameters

None.

Response Information

Resource Description

cEntityConfig
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

UserLogin

string

None.

UserPassword

string

None.

UserIsLogged

integer

None.

UserName

string

None.

UserEmail

string

None.

UserToken

string

None.

UserDateLicense

string

None.

UserAsError

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "UserLogin": "sample string 3",
  "UserPassword": "sample string 4",
  "UserIsLogged": 5,
  "UserName": "sample string 6",
  "UserEmail": "sample string 7",
  "UserToken": "sample string 8",
  "UserDateLicense": "sample string 9",
  "UserAsError": 10
}

application/xml, text/xml

Sample:
<Statistic.cEntityConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
  <Id>1</Id>
  <UserAsError>10</UserAsError>
  <UserDateLicense>sample string 9</UserDateLicense>
  <UserEmail>sample string 7</UserEmail>
  <UserId>2</UserId>
  <UserIsLogged>5</UserIsLogged>
  <UserLogin>sample string 3</UserLogin>
  <UserName>sample string 6</UserName>
  <UserPassword>sample string 4</UserPassword>
  <UserToken>sample string 8</UserToken>
</Statistic.cEntityConfig>