Skip to main content
GET
Tool register with calibration state and current holder.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
tool_number
string
name
string
tool_type
string
tool_type_name
string
tool_category
string
status
string
status_label
string
is_available_for_booking
string
condition
string
condition_blocks_use
string
serial_number
string
site_id
string
site_code
string
tool_room_location_id
string
owner_worker_id
string
quantity
string
requires_calibration
string
calibration_interval_months
string
last_calibrated_on
string
next_calibration_on
string
calibration_state
string
held_by
string
primary_image_file_id
string
is_active
string
row_version
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

calibration_interval_months
integer<integer>
calibration_state
string<text>
condition
string<character varying>
Maximum string length: 40
condition_blocks_use
boolean<boolean>
held_by
string<jsonb>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_available_for_booking
boolean<boolean>
last_calibrated_on
string<date>
name
string<character varying>
Maximum string length: 200
next_calibration_on
string<date>
owner_worker_id
string<uuid>

Note: This is a Foreign Key to technician_workload.worker_id.

primary_image_file_id
string<uuid>
quantity
number<numeric>
requires_calibration
boolean<boolean>
row_version
integer<bigint>
serial_number
string<character varying>
Maximum string length: 120
site_code
string<character varying>
Maximum string length: 50
site_id
string<uuid>

Note: This is a Foreign Key to site_settings.id.

status
string<character varying>
Maximum string length: 40
status_label
string<character varying>
Maximum string length: 150
tool_category
string<character varying>
Maximum string length: 60
tool_number
string<character varying>
Maximum string length: 60
tool_room_location_id
string<uuid>

Note: This is a Foreign Key to location_settings.id.

tool_type
string<character varying>
Maximum string length: 60
tool_type_name
string<character varying>
Maximum string length: 200
updated_at
string<timestamp with time zone>