Get Home Screen Stats
Pending
Returns shift targets, last batch status, and system readiness for the home screen.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Responses
{
"data": {
"inspector_name": "Inspector Ray",
"system_status": "Scanner Ready",
"shift_stats": {
"target": 200,
"completed": 154,
"percentage": 78
},
"last_batch": {
"id": "#9928A",
"status": "PASSED"
}
}
}
Modified at 2025-12-18 11:12:27