Work Orders
Work Order by ID
Get a work order by ID
{
"meta": {
"offset": "integer",
"limit": "integer",
"orderBy": [
{}
],
"hasMore": [
"boolean",
"null"
],
"total": "number"
},
"results": {
"id": "string",
"created_at": "string",
"updated_at": "string",
"x_id": "string",
"x_is_deleted": [
"boolean",
"null"
],
"x_lease_id": [
"string",
"null"
],
"x_parent_work_order_id": [
"string",
"null"
],
"x_property_id": "string",
"x_resident_id": [
"string",
"null"
],
"x_unit_id": [
"string",
"null"
],
"x_vendor_id": [
"string",
"null"
],
"alarm_details": [
"string",
"null"
],
"assigned_to_id": [
"string",
"null"
],
"assigned_to": [
"string",
"null"
],
"building_name": [
"string",
"null"
],
"building_number": [
"string",
"null"
],
"category_id": [
"string",
"null"
],
"category": [
"string",
"null"
],
"completed_date": [
"string",
"null"
],
"created_date": [
"string",
"null"
],
"custom_data": {},
"due_date": [
"string",
"null"
],
"entry_contact_details": [
"string",
"null"
],
"entry_contact_email": [
"string",
"null"
],
"entry_date": [
"string",
"null"
],
"entry_details": [
"string",
"null"
],
"invoice_amount": [
"number",
"null"
],
"invoice_number": [
"string",
"null"
],
"is_floating": [
"boolean",
"null"
],
"location_id": [
"string",
"null"
],
"location": [
"string",
"null"
],
"main_phone": [
"string",
"null"
],
"permission_to_enter": [
"boolean",
"null"
],
"pet_details": [
"string",
"null"
],
"priority_id": [
"string",
"null"
],
"priority": [
"string",
"null"
],
"problem_id": [
"string",
"null"
],
"problem": [
"string",
"null"
],
"requested_by": [
"string",
"null"
],
"requested_date": [
"string",
"null"
],
"requested_from": [
"string",
"null"
],
"scheduled_end_date": [
"string",
"null"
],
"scheduled_start_date": [
"string",
"null"
],
"status_id": [
"string",
"null"
],
"status": [
"string",
"null"
],
"sub_problem_id": [
"string",
"null"
],
"sub_problem": [
"string",
"null"
],
"task_title": [
"string",
"null"
],
"unit_number": [
"string",
"null"
],
"updated_date": [
"string",
"null"
],
"total_cost_in_cents": [
"number",
"null"
],
"total_time_in_minutes": [
"number",
"null"
],
"transaction_id": [
"string",
"null"
],
"type": [
"string",
"null"
],
"vendor_notes": [
"string",
"null"
],
"work_details": [
"string",
"null"
],
"tasks": [
{
"id": "string",
"x_work_order_id": [
"string",
"null"
],
"account_id": [
"string",
"null"
],
"description": [
"string",
"null"
],
"employee_name": [
"string",
"null"
],
"end_date": [
"string",
"null"
],
"quantity": [
"number",
"null"
],
"start_date": [
"string",
"null"
],
"total_cost_in_cents": [
"number",
"null"
],
"type_id": [
"string",
"null"
],
"type": [
"string",
"null"
],
"unit_price_in_cents": [
"number",
"null"
]
}
],
"integration_id": "string",
"integration_vendor": "string",
"property_id": "string"
}
}
Path Parameters
idrequired
string
The ID of the resource.
idrequired
string
The ID of the resource.
Query Parameters
order-by
string
Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc
offset
Default: 0integernull
Can be used for paginating results
limit
Default: 100integernull
A number between 1 and 250 to determine the number of results to return in a single query
Response
metarequired
object
resultsrequired
object