# analyticsQueries.deviceSearch

## Description
Look for location of BLE devices, given a keyword - name of the user or macaddress of the device etc, 

## When to use
Post the following payload to this endpoint to get the device location
```json
{
  "args": {
    keyword,
    pageable: { page: 0, size: 20 }
  }
}
```
## What this returns
Response contains the macaddress, firstName, lastName, lastSeenHere, siteName, floorName and zoneName etc

## Notes
<!-- Constraints, ordering, related tools, etc. -->
