JSONP

Parent Previous Next

GET /

http://www.mobikey.eu/get/config/info/{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/get/config/info/F7GYgh/pwd/0000/jsonp/data


RESPONSE STATUS : 200 OK


RESPONSE DATA :


data({

       "dvc":"Mobi.Control",

       "time":"16 hours 19 minutes",

       "size":11103

});

JSONP is returned without line breaks, to keep the data traffic as small as possible