GET
/expense-reports/{expense_report_id}/lines
Betahttps://api.merge.dev/api/accounting/v1/expense-reports/{expense_report_id}/lines
US
EU
APAC
Returns a list of ExpenseReportLine objects that point to a ExpenseReport with the given id.
Query & path parameters
cursorStringOptional
The pagination cursor value.
expandStringOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
expense_report_idUUIDRequired
include_deleted_dataBooleanOptional
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
include_remote_dataBooleanOptional
Whether to include the original data Merge fetched from the third-party to produce these models.
include_remote_fieldsBooleanOptional
Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
include_shell_dataBooleanOptional
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
page_sizeIntegerOptional
Number of results to return per page. The maximum limit is 100.