Response
| Name | Description | Field Type |
|---|---|---|
| devices | List of devices from database, that matches the input query. | Object[] |
| totalRecords | Total no of records matching the search query. | Integer |
| obtainedRecords | Total no of records returned considering the filter query. | Integer |
| obtainedRecordRange.start | Start index for the range of records returned considering the filter query. | Integer |
| obtainedRecordRange.end | End index for the range of records returned considering the filter query. | Integer |