Upload Attachment to Gage Record

Adds an attachment to a gage record. POST /GageList/api/Attachment/UploadGageAttachment/{id} Example URL Parameter id: 1 Example Response { “data”: 0, “success”: true, “message”: “string”...

Delete Attachment

Deletes an attachment. POST /GageList/api/Attachment/Delete/{id} Example URL Parameter id: 1 Example Response {}

Get Attachment

Returns an attachment. GET /GageList/api/Attachment/Download/{id} Example URL Parameter id: 1 Example Response {}

Update Custom Field Values

Updates custom field values for the specified record (gage or calibration). POST /GageList/api/CustomField/UpdateCustomValues Example Request Body [ { “Id”: 0, “FieldId”: 0, “RefID”: 0, “RefType”: 0,...

Get Custom Field Values

Returns custom field values for the specified record (gage or calibration). GET /GageList/api/Account/Status Example Request Parameters recordId: 1 recordType: “Gage” or “Calibration” Example Response { “total”: 0,...