clm_list_equipment_timeline
Retrieve equipment timeline bookings by date range and site. Sort, search, and paginate to view cockpit equipment availability and scheduling.
Instructions
List equipment timeline entries (bookings) for the cockpit equipment list view: filtered, searched, sorted, and paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Only include these top-level fields in each returned row. | |
| site_id | No | Site to query. Defaults to the authenticated caller's own site. | |
| page_size | No | Rows per page. | |
| page_number | No | Zero-based page number. | |
| filter_schedule_end_date | Yes | End of the schedule date window (inclusive). | |
| filter_schedule_start_date | Yes | Start of the schedule date window (inclusive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_count | No |