Wiki

Clone wiki

Numera.LibrisAPI / device.request_location_fix

Home > API Reference Documentation > device.request_location_fix

device.request_location_fix

The device.request_location_fix action is used to ask the device to obtain a location fix and report on the result.

Input Parameters

PropertyRequiredDescription
idyesThe id of the device

Output

The result object will be empty.

Possible Status Codes

Status CodeReasonDescription
1000NO_IDYou have to send in the device id
1001DEVICE_DOES_NOT_EXISTCould not locate the device or the user does not have access to it

Updated