FoodGuard Mobile API
  1. History
FoodGuard Mobile API
  • Authentication
    • User Login
      POST
    • User Logout
      POST
  • Lookups
    • Get All Branches
      GET
    • Get All Suppliers
      GET
  • Inspection
    • Lookup Batch by QR/Barcode
      GET
    • Initialize Inspection Batch
      POST
    • Upload Sample Image for AI Analysis
      POST
    • Finalize Batch Inspection
      POST
  • History
    • Get Inspection History
      GET
  • Inspector Dashboard
    • Get Home Screen Stats
      GET
  • Schemas
    • User
    • Branch
    • Supplier
    • BatchInitResponse
    • AISampleResult
    • ErrorResponse
    • ValidationErrorResponse
  1. History

Get Inspection History

Pending
GET
/inspections

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params

Responses

🟢200
application/json
History List
Body

Example
{
    "data": [
        {
            "id": "BTH-001",
            "supplier": "Fresh Valley Farms",
            "status": "passed",
            "score": "95\"",
            "date": "2025-12-18 09:30"
        }
    ],
    "meta": {
        "current_page": 1,
        "total_pages": 10
    }
}
Modified at 2025-12-18 11:12:21
Previous
Finalize Batch Inspection
Next
Get Home Screen Stats
Built with