Expenses
List ExpenseTempItems (temporary expense)
Retrieve a list of ExpenseTempItems
.
The purchasedOn
query parameter can operate comparisons with a given date-time value:
?purchasedOn=2021-01-01
: strict equality.?purchasedOn=since,2021-01-01
: greater than or equal.?purchasedOn=until,2021-01-01
: lower than or equal.?purchasedOn=between,2021-01-01,2021-01-31
: comprised between two dates.
GET
/
api
/
v3
/
expenseTempItems
Query Parameters
ownerId
any[]
Comma-separated list of user identifiers (int).
orderBy
string
{fieldName},{'asc'||'desc'}. Example: ?orderby=purchasedOn,desc
purchasedOn
string
Examples: between,2022-01-01,202201-31
.
paging
string
required{offset},{limit}. Defaults to 0,1000.
Response
200 - application/json
data
object
Was this page helpful?