FoodGuard Mobile API
  1. Settings
FoodGuard Mobile API
  • Authentication
    • User Login
      POST
    • User Logout
      POST
  • Lookups
    • Branches
      • List
      • Show
    • Suppliers
      • List
      • Show
    • List Food Categories
      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
  • Food Safety
    • Submit Truck Inspection Data
      POST
    • Upload Sample Label Photo
      POST
    • Analyze Label Image (OCR)
      POST
  • Settings
    • Get Quality Thresholds
      GET
  • Schemas
    • User
    • Branch
    • Supplier
    • BatchInitResponse
    • AISampleResult
    • ErrorResponse
    • ValidationErrorResponse
    • TruckInspectionRequest
    • TruckInspectionResponse
    • Category
    • ThresholdSettings
  1. Settings

Get Quality Thresholds

GET
/settings/thresholds
Returns configurable quality thresholds for pass/fail determination and truck temperature limits.

Request

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

Responses

🟢200
application/json
Current threshold settings
Body

Example
{
    "success": true,
    "data": {
        "pass_threshold": 80,
        "warning_threshold": 60,
        "truck_temp_threshold": 10,
        "truck_temp_warning_threshold": 8
    }
}
Modified at 2025-12-24 10:09:40
Previous
Analyze Label Image (OCR)
Next
User
Built with