GET api/Security?platform={platform}&userid={userid}&pwd={pwd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
platform

string

Required

userid

string

Required

pwd

string

Required

Body Parameters

None.

Response Information

Resource Description

TMobileAuth
NameDescriptionTypeAdditional information
VALID

boolean

None.

MESSAGE

string

None.

AUTHORIZATION

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VALID": true,
  "MESSAGE": "sample string 2",
  "AUTHORIZATION": "sample string 3"
}

application/xml, text/xml

Sample:
<Security.TMobileAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models">
  <AUTHORIZATION>sample string 3</AUTHORIZATION>
  <MESSAGE>sample string 2</MESSAGE>
  <VALID>true</VALID>
</Security.TMobileAuth>