Retrieve Expense ReceiptsAsk AIget https://api.accountabilityone.com/v1/ExpenseReceiptsQuery ParamsEmployeeIdint32Select only receipts that belong to this employee.ReceivedFromstringSelect only receipts received on or after this timestamp (in UTC format: yyyy-MM-ddTHH:mm:ssZ).IncludeMatchedbooleanInclude receipts which have already been used. Default false.truefalseLimitint32The result set size for pagination. Default to 100 if omitted; capped at a maximum of 200.Offsetint32The number of records to skip. Use this in combination with limit for pagination.Responses 200OK 400Bad Request 401Unauthorized 403ForbiddenUpdated 3 days ago