Get Service History

View as Markdown

Retrieve work-order service history for a specific customer location. Returns paginated WorkOrder records ordered by scheduled_start_time desc.

Headers

{{tenant_key_name}}stringOptional

Query parameters

statusstringOptional

Optional: Filter by work order current_status (e.g. pending, scheduled, in_progress, completed, cancelled)

from_datestringOptional

Optional: Filter scheduled_start_time on/after this date (YYYY-MM-DD)

to_datestringOptional

Optional: Filter scheduled_start_time on/before this date (YYYY-MM-DD)

pageintegerOptional

Optional: Page number - default 1

per_pageintegerOptional

Optional: Items per page - default 15, max 100

Response

Successful response