Smart Reader perform Inventory

Role

If the device implements the Smart Reader operating mode, use this method to run a single inventory loop.

Prototype

URL : /device/{$id}/reader/inventory

Method : POST

URL Params : {$id} : the DeviceId of the device. Use GET /devices to enumerate the connected devices.

Request data : None

Success Response

Code : 200 OK

Content : an array of TAGS objects

Content example

[
    {
        "Interface": "",
        "Protocol": "",
        "TagId": "",
        "TagData": ""
    }
]

Error Response

See Error Responses.