How Can We Help?

Returns a list of gage records.

POST
/GageList/api/Gage/List
Example Request Parameters

start: 0
record_number: 5

Example Response

{
"total": 0,
"count": 0,
"data": [
{
"Id": 0,
"Status": "string",
"LastCalibrationDate": "2023-04-24T19:35:47.563Z",
"CalibrationDueDate": "2023-04-24T19:35:47.563Z",
"MasterStandard": "string",
"Type": "string",
"Manufacturer": "string",
"Website": "string",
"Model": "string",
"SerialNumber": "string",
"TypesMeasurement": "string",
"UnitOfMeasure": "string",
"RangeOrSize": "string",
"Tolerance": "string",
"DateAquired": "2023-04-24T19:35:47.563Z",
"SourceOrVendor": "string",
"ConditionAquired": "string",
"Location": "string",
"ResponsibleUser": "string",
"NotificationList": "string",
"Interval": "string",
"Years": 0,
"Months": 0,
"Days": 0,
"CalibrationEnvironment": "string",
"CalibrationInstructions": "string",
"OtherInformation": "string",
"CalibrationTestMode": "string",
"CreatedBy": "string",
"UpdatedBy": "string",
"IsDeleted": true,
"Area": "string",
"ControlNumber": "string",
"NISTNumber": "string",
"UpdatedDate": "2023-04-24T19:35:47.563Z",
"AssetNo": "string",
"PurchasePrice": 0,
"IntervalCategory": "string",
"LastCalibrationDateStr": "string",
"CalibrationCount": 0,
"CreatedDate": "2023-04-24T19:35:47.563Z",
"Attachments": "string",
"ImageName": "string"
}
],
"success": true,
"message": "string"
}