v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
ExpenseClaims

List ExpenseClaims

Retrieve a list of ExpenseClaims.

The declaredOn query parameter can operate comparisons with a given date-time value:

  • ?declaredOn=2021-01-01: strict equality.
  • ?declaredOn=since,2021-01-01: greater than or equal.
  • ?declaredOn=until,2021-01-01: lower than or equal.
  • ?declaredOn=between,2021-01-01,2021-01-31: comprised between two dates.
get/api/v3/expenseClaims

Query parameters

ownerIdinteger[]

Comma-separated list of user identifiers (int).

orderBystring

{fieldName},{'asc'||'desc'}. Example: ?orderby=declaredOn,desc

declaredOnstring

Examples: between,2022-01-01,202201-31.

pagingstring required
Example:2000,500

{offset},{limit}. Defaults to 0,1000.

statusIdstring

1: Created; 2: PartiallyApproved; 3: Approved; 4: Controlled; 5: ApprovedAndControlled; 6: PaymentInitiated; 7: Paid; 8: Refused; 9: Cancelled. Examples: 2,3 or PartiallyApproved,Approved.

Response

OK