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
cursor
StringOptional
The pagination cursor value.
expand
StringOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
expense_report_id
UUIDRequired
include_deleted_data
BooleanOptional
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_data
BooleanOptional
Whether to include the original data Merge fetched from the third-party to produce these models.
include_remote_fields
BooleanOptional
Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
include_shell_data
BooleanOptional
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
page_size
IntegerOptional
Number of results to return per page.