Open Gauge Documentation
Dashboard

Get Calibration Events

GET
/api/v1/dashboard/calibration-events

Response Body

application/json

curl -X GET "https://example.com/api/v1/dashboard/calibration-events"
[  {    "id": "string",    "asset_id": "string",    "name": "string",    "due_date": "string"  }]