Mar 17, 2024 | Attachments
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”...
Mar 17, 2024 | Attachments
Deletes an attachment. POST /GageList/api/Attachment/Delete/{id} Example URL Parameter id: 1 Example Response {}
Mar 17, 2024 | Attachments
Returns an attachment. GET /GageList/api/Attachment/Download/{id} Example URL Parameter id: 1 Example Response {}
Mar 17, 2024 | Custom Fields
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,...
Mar 17, 2024 | Custom Fields
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,...