Skip to main content
GET
Tools taken out and brought back.

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_id
string
tool_number
string
tool_name
string
tool_booking_id
string
work_order_id
string
work_order_number
string
worker_id
string
worker_name
string
checked_out_at
string
expected_return_at
string
returned_at
string
condition_out
string
condition_in
string
damage_reported
string
damage_notes
string
notes
string
is_out
string
is_overdue
string
returned_condition_blocks_use
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

checked_out_at
string<timestamp with time zone>
condition_in
string<character varying>
Maximum string length: 150
condition_out
string<character varying>
Maximum string length: 150
damage_notes
string<text>
damage_reported
boolean<boolean>
expected_return_at
string<timestamp with time zone>
id
string<uuid>

Note: This is a Primary Key.

is_out
boolean<boolean>
is_overdue
boolean<boolean>
notes
string<text>
returned_at
string<timestamp with time zone>
returned_condition_blocks_use
boolean<boolean>
row_version
integer<int64>
tool_booking_id
string<uuid>

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

tool_id
string<uuid>

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

tool_name
string<character varying>
Maximum string length: 200
tool_number
string<character varying>
Maximum string length: 60
work_order_id
string<uuid>

Note: This is a Foreign Key to inspection_failures.found_in_work_order_id.

work_order_number
string<character varying>
Maximum string length: 60
worker_id
string<uuid>

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

worker_name
string<character varying>
Maximum string length: 200