v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Tool Calibration

Finds tool calibration records based on search parameters. Rows exclude the per-checkpoint measurements; fetch a record by id for those.

post/api/tool-calibrations/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

toolIdstring nullable

Only calibration records for this tool

calibratedByVendorIdstring nullable

Only calibration records performed by this vendor

searchstring nullable

Search over tool name/serial number/type, master gauge names, certificate number, and notes

toolTypesToolType[] nullable

Only calibration records for tools of these types

resultsToolCalibrationEnumCalibrationResult[] nullable

Only calibration records with these results

calibrationDateFromUtcstring date-time nullable

Only calibration records performed on or after this UTC instant

calibrationDateToUtcstring date-time nullable

Only calibration records performed on or before this UTC instant

Response

The matching calibration records

pageinteger required

The 1-indexed page

pageSizeinteger required

The page size

totalCountinteger required

The total count of records

totalPagesinteger required

The total pages

hasPreviousPageboolean required

True if there is a previous page

hasNextPageboolean required

True if there is a next page