curl --request GET \
--url https://{host}/api/v3/expenseClaimItems/{expenseClaimItemId} \
--header 'Authorization: <authorization>'{}Retrieve an expense claim item by its identifier.
curl --request GET \
--url https://{host}/api/v3/expenseClaimItems/{expenseClaimItemId} \
--header 'Authorization: <authorization>'{}API key. Value must be formatted like so: lucca application={api_key}.
Unique identifier of the ExpenseClaimItem.
OK
The ExpenseClaimItem, is an expense that has been declared (within an expense report) by its owner (the user who made the expense).
Show child attributes
Was this page helpful?