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>"
}Returns the user’s scan history from the database.
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>"
}