GET api/Security?platform={platform}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| platform | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TMobileAuth| Name | Description | Type | Additional 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>