EXAMPLE TEXT :
http://www.mobikey.eu/cmd/T/gxl0/key/1450857297/bWsBeiWhM/teC1XWjjh5J...
|
HTTP STATUS CODE RESPONSE :
200
|
OK : request succeeded, the answer is sent in the response data
|
RESPONSE DATA :
EXAMPLE JSON :
http://www.mobikey.eu/cmd/J/gxl0/key/1450857297/bWsBeiWhM/teC1XWjjh5J...
|
HTTP STATUS CODE RESPONSE :
200
|
OK : request succeeded, the answer is sent in the response data
|
RESPONSE DATA :
{
"queue": "OUT1=1 OUT1=0 OUT2=1"
}
|
EXAMPLE JSONP :
http://www.mobikey.eu/cmd/data/key/1450857297/bWsBeiWhM/teC1XWjjh5J...
|
HTTP STATUS CODE RESPONSE :
200
|
OK : request succeeded, the answer is sent in the response data
|
RESPONSE DATA :
data({
"queue": "OUT1=1 OUT1=0 OUT2=1"
});
|
|