SOAP and REST Web Services
The following new enhancements are available for SOAP and REST web services in this release.
| • | New Batch-size Limits in SOAP and REST Web Services |
| • | lastModifiedDate Parameter Available in searchDevices Request |
New Batch-size Limits in SOAP and REST Web Services
Batch-size maximum limits have been implemented for requests issued from SOAP and REST web services. Specifying a batch size higher than the new cap results in an error.
| • | All read services—that is, getObjectQuery and similar methods (for example, getEntitlementQuery and searchDevices)—now have a maximum batch size of 2000. |
| • | All services that result in a write—such as createObject, updateObject, or createOrUpdateObject—now have a batch size maximum of 25 records. |
lastModifiedDate Parameter Available in searchDevices Request
A new parameter, lastModifiedDate, is now available with the searchDevices SOAP web service to enable users to filter results by the date that devices were last modified.