Skip to main content
GET
Maintenance occurrences that are due, with the plan and asset behind each.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

occurrence_id
string
maintenance_plan_id
string
plan_number
string
plan_name
string
asset_id
string
asset_number
string
asset_name
string
site_id
string
status
string
status_label
string
status_category
string
scheduled_for
string
due_at
string
is_overdue
string
days_until_due
string
readiness_score
string
estimated_duration_minutes
string
triggered_by
string
trigger_meter_value
string
tolerance_days
string
deferred_to
string
notes
string
work_order_id
string
work_order_number
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

asset_id
string<uuid>

Note: This is a Foreign Key to asset_contracts.asset_id.

asset_name
string<character varying>
Maximum string length: 250
asset_number
string<character varying>
Maximum string length: 80
days_until_due
integer<integer>
deferred_to
string<timestamp with time zone>
due_at
string<timestamp with time zone>
estimated_duration_minutes
integer<integer>
is_overdue
boolean<boolean>
maintenance_plan_id
string<uuid>

Note: This is a Primary Key.

notes
string<text>
occurrence_id
string<uuid>

Note: This is a Primary Key.

plan_name
string<character varying>
Maximum string length: 250
plan_number
string<character varying>
Maximum string length: 60
readiness_score
number<numeric>
scheduled_for
string<timestamp with time zone>
site_id
string<uuid>

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

status
string<character varying>
Maximum string length: 60
status_category
string<character varying>
Maximum string length: 20
status_label
string<character varying>
Maximum string length: 150
tolerance_days
integer<integer>
trigger_meter_value
number<numeric>
triggered_by
string<character varying>
Maximum string length: 20
work_order_id
string<uuid>

Note: This is a Primary Key.

work_order_number
string<character varying>
Maximum string length: 60