Mar 17, 2024 | Custom Fields
Returns a list of custom field names and settings. GET /GageList/api/CustomField/GetCustomFields Example Response { “total”: 0, “count”: 0, “data”: [ { “Id”: 0, “FieldName”: “string”,...
Mar 17, 2024 | Calibration Records
Generates a PDF certificate from an existing calibration record. GET /GageList/api/Calibration/GetCertificate/{id} Example URL Parameter id: 1 Example Response {}
Mar 17, 2024 | Calibration Records
Deletes an existing calibration record. POST /GageList/api/Calibration/Delete/{id} Example URL Parameter id: 1 Example Response { “data”: 0, “success”: true, “message”: “string”...
Mar 17, 2024 | Calibration Records
Updates an existing calibration record. POST /GageList/api/Calibration/Update Example Request Body { “Id”: 0, “RecordNumber”: “string”, “SerialNumber”: “string”, “ControlNumber”:...
Mar 17, 2024 | Calibration Records
Adds a new calibration record. POST /GageList/api/Calibration/Create Example Request Body { “Id”: 0, “RecordNumber”: “string”, “SerialNumber”: “string”, “ControlNumber”: “string”,...