---
title: "Get a list of expense reports"
method: GET
path: "/v1/resourceowner/expensereport3"
tags: ["ResourceOwnerExpenseReport3V2"]
---

# Get a list of expense reports

`GET /v1/resourceowner/expensereport3`

Only expense reports that the user has access to are accessible.

## Query parameters

- `tripId` integer
- `vehicleId` integer

## Response `200`

The expense reports are returned

- ExpenseReportModel[]
  - `ExpenseReportId` integer
  - `ContactId` integer
  - `ContactName` string
  - `ContactImageUrl` string
  - `VehicleId` integer
  - `TripId` integer
  - `ExpenseReportDateUtc` string, date-time
  - `ExpenseReportRows` ExpenseReportRowModel[]
    - `ExpenseReportRowId` integer
    - `ExpenseReportId` integer
    - `AmountInCurrency` number, double
    - `VATInCurrency` number, double
    - `ISO4217CurrencyCode` string
    - `Notes` string
    - `ExpenseReportRowDateUtc` string, date-time
    - `ExpenseReportRowContent` ExpenseReportRowContentModel[]
      - `ExpenseReportRowContentId` integer
      - `ExpenseReportRowId` integer
      - `ContentType` 0 | 1 | 2 | 3 | 4
      - `ContentFileName` string
    - `Category` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
    - `CustomCategory` string
    - `CategoryValue` number, double
    - `Merchant` string
  - `IsEditable` boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
