Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Sending reactions to Intellect via HttpListener  Sending reactions and events to Intellect using HTTP request Next page


The HTTP API allows sending events to Intellect from a mobile application with the information received from a scanned barcode.

General request format:

POST http://IP-address:port/web2/secure/barcode/

{ "value": "value", "img":"img" }

Request parameters:

Parameter

Is required

Description

valueYes

Barcode number

imgNoIdentifier of the scanned image

Request example:

http://1:1@127.0.0.1:8085/web2/secure/barcode

 { "value": "321", "img":"6835" }

Response example:

Event : WEB2|1|WEB2_BARCODE|slave_id<Computer>,fraction<243>,owner<Tester>,date<03-12-21>,guid_pk<{96CC2A50-3F54-EC11-B93B-F02F74F7DC0D}>,core_global<1>,barcode<321>,img<6835>,time<16:45:53>
  • No labels