Wiki

Clone wiki

Numera.LibrisAPI / device.request_network_fix

Home > API Reference Documentation > device.request_network_fix

device.request_network_fix

The device.request_network_fix action is used to ping the network carrier for a location fix based on the cell tower the device is currently attached to. You will have to monitor the events of the device to get the result of the fix. Note that the device must be on, and the radios on, in order for the network fix to be obtained. This should be used sparingly.

Input Parameters

PropertyRequiredDescription
idone ofThe id of the device
nameone ofThe name of the device
imeione ofThe imei of the device

Output

The result object will be empty.

Possible Status Codes

Status CodeReasonDescription
1000NO_IMEI_OR_NAMEYou have to send in the device id, name, or imei
1001DEVICE_DOES_NOT_EXISTCould not locate the device or the user does not have access to it
1002NO_CALLER_IDThe device is not active and does not have an assigned msisdn

Updated