Skip to main content
GET
/
api
/
v3
/
expenseClaimItems
/
{expenseClaimItemId}
Get an ExpenseClaimItem by id
curl --request GET \
  --url https://{host}/api/v3/expenseClaimItems/{expenseClaimItemId} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

expenseClaimItemId
integer
required

Unique identifier of the ExpenseClaimItem.

Response

OK

data
The ExpenseClaimItem Resource · object

The ExpenseClaimItem, is an expense that has been declared (within an expense report) by its owner (the user who made the expense).