get_trip_history
Fetch business trip and field-work records within a specified date range by providing start and end dates in YYYY-MM-DD format.
Instructions
Get business trip / field-work records within a date range.
KNOWN ISSUE: This endpoint is marked as failing upstream in MAYO's own Postman collection. Expect a server-side error response until MAYO fixes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | Range end in `YYYY-MM-DD` format | |
| start_date | Yes | Range start in `YYYY-MM-DD` format |