Skip to main content
GET
Hours booked to a work order, planned against actual, with whose time it was.

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
work_order_id
string
worker_id
string
worker_name
string
vendor_id
string
vendor_name
string
rate_type
string
planned_hours
string
actual_hours
string
hours_variance
string
hourly_rate
string
hourly_rate_currency_id
string
currency_code
string
line_cost
string
is_warranty_covered
string
notes
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

actual_hours
number<numeric>
currency_code
string<character varying>
Maximum string length: 3
hourly_rate
number<numeric>
hourly_rate_currency_id
string<uuid>
hours_variance
number<numeric>
id
string<uuid>

Note: This is a Primary Key.

is_warranty_covered
boolean<boolean>
line_cost
number<numeric>
notes
string<text>
planned_hours
number<numeric>
rate_type
string<character varying>
Maximum string length: 30
row_version
integer<bigint>
vendor_id
string<uuid>

Note: This is a Foreign Key to vendor_directory.vendor_id.

vendor_name
string<character varying>
Maximum string length: 200
work_order_id
string<uuid>

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

worker_id
string<uuid>

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

worker_name
string<character varying>
Maximum string length: 200