Skip to main content
GET
/
v1
/
scan-history
Get scan history
curl --request GET \
  --url http://localhost:3000/v1/scan-history
{
  "entries": [
    {
      "id": "<string>",
      "timestamp": "<string>",
      "objectType": "<string>",
      "rawData": "<string>",
      "name": "<string>",
      "lookupCode": "<string>"
    }
  ],
  "total": 123,
  "error": "<string>",
  "message": "<string>"
}

Query Parameters

limit
integer
default:500

Maximum number of entries to return

Required range: 1 <= x <= 500
Example:

100

Response

200 - application/json

User's scan history

entries
object[]
required
total
number
required
error
string
message
string