JSONP

Parent Previous Next

GET /

http://www.mobikey.eu/read/queue/{DEVICE}/pwd/{PASSWORD}/jsonp/{K}

{DEVICE}

{PASSWORD}

{K}

code identifying the remote device

password assigned to remote device

callback (required for JSONP response format)


EXAMPLE :


http://www.mobikey.eu/read/queue/F7GYgh/pwd/0000/jsonp/data


RESPONSE STATUS : 200 OK


RESPONSE DATA :


data({

       "queue": "OUT1=1 OUT1=0 OUT2=1 ZERO1 NOALERT=\"Mark\""

});


Double quotes are escaped [ \ ].