get_expense_status_history
Retrieve and track status change history for expenses in TimeChimp, enabling audit trails and monitoring expense approval workflows.
Instructions
Query status history modification records of an expense
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Expense ID | |
| top | No | Maximum number of status history records to return (1-10000, default: 100) | |
| skip | No | Number of status history records to skip for pagination (default: 0) | |
| count | No | Whether to include the total count of results (default: true) | |
| expand | No | Comma-delimited list of properties to expand | |
| filter | No | OData filter expression | |
| orderby | No | OData orderby expression (e.g., "modifiedOn desc") |