New in 5.2 Generation 2

May 2, 2018

Feature Description
Find devices by partial identifier

A new filter in the GetDeviceList API method lets you search for devices by only providing part of a device identifier. For example, you could provide the last four characters of an ICCID instead of the entire ICCID. All devices that contain the provided string in their ICCIDs would be included in the response.

The DeviceService WSDL has been updated for this change, and UWS Explorer has been enhanced to include the new functionality.

Get the status of an asynchronous request

The GetRequestStatus API method returns the current status of the processing of an asynchronous request, either Pending, Succes, or Failed.

The AccountService WSDL has been updated for this change, and UWS Explorer has been enhanced to include the new functionality.