Expenses API (/expense_reports)
Overview
When working with the Expenses API, you've got a few resource endpoints you can work from:
| Resource | Path | Description |
|---|---|---|
| Full expense reports |
/api/expense_reports/
|
Full expense reports that contain information on approvals, comments, users, history, and more. See Actions and Elements below for details. |
| Expense lines |
/api/expense_lines/
|
Expense lines that contain information on accounts, preapprovals, types, attendees, and more. See Expense Lines API for details. |
| Expense artifacts |
/api/expense_reports/{id}/expense_artifacts
|
You can pull individual attachments from the expense header or line using this resource. Path varies on parent item being referenced. |