V02.00 | 2018/11
35
Read batch – EPC
URL
http://myserver.com/findBatch?grokkerId=GROKKER_ID×tamp=TIMESTAMP
Serial number of the
handheld
140112345
Time
2015-12-02-21:26:53
Found tags
FC02030405060708091011
FC02030405060708091012
FC02030405060708091013
Sent HTTP-POST
http://myserver.com/findOne?grokkerId=140112345×tamp=2015-12-02-21:26:53
FC02030405060708091011
FC02030405060708091012
FC02030405060708091013
Read batch – EPC and TID
URL
http://myserver.com/findBatch?grokkerId=GROK-
KER_ID×tamp=TIMESTAMP&epc=EPC&tid=TID
Serial number of the
handheld
140112345
Time
2015-12-02-21:26:53
Found tags
FC02030405060708091011, TID = 1122343445566778899AABB
FC02030405060708091012, TID = 1122343445566778899AACC
FC02030405060708091013, TID = 1122343445566778899AADD
Sent HTTP-POST
http://myserver.com/findOne?grokkerId=140112345×tamp=2015-12-02-21:26:53
FC02030405060708091011,1122343445566778899AABB
FC02030405060708091012,1122343445566778899AACC
FC02030405060708091013,1122343445566778899AADD
HTTP-POST – Return data
If required, data can be output via HTTP-POST. All data must be present as text in UTF-8 coding
and in JSON format.
The following example shows the source text in
Each tag
mode. All entries are optional.
{
name: “text to replace EPC”,
details: “text for smaller second line below EPC”,
url: “URL to display in a browser page if user touches the tag”,
html: “HTML to display in a browser page if user touches the
tag”,
text: “text to display in a dialog if user touches the tag”
}
The following example shows the source text in
Batch
mode. All entries are optional.
{
url: “URL to display in a browser page”,
html: “HTML to display in a browser page”,
text: “text to display in a dialog”
}
If the server returns an HTTP error, a standard error message is indicated to the user. If text is re-
turned with the HTTP error, this text is displayed instead of the standard error message. This en-
ables your server to return a user-defined error message.