POST api/v100/PedestalChecker
Get current API Status. Each version of the mobile application in each platform will have its own unique apikey. The host may deprecate an application version.
Request Information
URI Parameters
None.
Headers
| Name | Description | Type | Additional information |
|---|---|---|---|
| appkey |
Ej. abcdefghijk |
None. |
|
| session |
Ej. 1234567890 |
None. |
Body Parameters
RqPedestalChecker| Name | Description | Type | Additional information |
|---|---|---|---|
| method |
method |
integer |
Required |
| serial |
serial |
string |
Required |
| salt |
salt |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"method": 1,
"serial": "sample string 2",
"salt": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RsPedestalChecker| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
data |
string |
Required |
Response Formats
application/json, text/json
Sample:
{
"data": "sample string 1"
}