/
Scanner

Scanner

This interface was moved from /rest/demo to its own path and augmented in version 1.2.

URL

http://<<ip address>>/rest/cabinet/scanner

Method

PUT

Description

Sets the scanner serial number to connect to. After a restart, the cabinet will try to connect to this GeneralScan scanner in HID mode.

Request

{ "serial": «scanner serial number» }

Response

HTTP204 when successful

Possible Errors

HTTP400 when request is invalid

URL

http://<<ip address>>/rest/cabinet/scanner

Method

GET

Description

Gets the scanner serial number the cabinet connects to.

Response

{ "serial": «scanner serial number», "mac": «scanner MAC address (if available)» }

Related content