---
title: "Get Expense Review"
method: GET
path: "/business/v2/expense-review/{userId}"
tags: ["Expense Reviews"]
---

# Get Expense Review

`GET /business/v2/expense-review/{userId}`

Endpoint to get the `ExpenseReview` of a specific `User`.

## Path parameters

- `userId` string, required — The ID of the `User`.

## Query parameters

- `status` ExpenseStatus[] — The status of the `ExpenseReview`.
- `fromDate` string, date-time
- `toDate` string, date-time
- `paymentMethod` ExpensePaymentMethod[] — It determines the filter by payment method of the transaction.
- `p` integer — It indicates the specific page to display (the counter starts from zero).
- `s` integer — It indicates the number of items per page.
- `d` 'ASC' | 'DESC' — It indicates how the pages are ordered.
- `props` string[] — It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.

## Response `200`

The returned resource is a `ExpenseReview`.

- ExpenseItem
  - `user_id` string — The ID of the `User` (sortable: no).
  - `user_name` string — The name of the `User` (sortable: yes).
  - `user_surname` string — The surname of the `User` (sortable: yes).
  - `job_title` string — The job title of the `User` (sortable: yes).
  - `to_review_transaction` integer — The number of the `Transaction` items in status `TO_REVIEW` (sortable: no).
  - `reviewed_transaction` integer — The number of the `Transaction` items in status `REVIEWED` (sortable: no).
  - `exported_transaction` integer — The number of the `Transaction` items in status `EXPORTED` (sortable: no).
  - `total_transaction` integer — The number of `Transaction` items (sortable: no).
  - `from_date` string — The beginning of the period of the search (sortable: no).
  - `to_date` string — The end of the period of the search (sortable: no).
  - `transaction_to_review` string[] — The array contains ID of the `Transaction` in status `TO_REVIEW` (sortable: no).
  - `transaction_reviewed` string[] — The array contains ID of the `Transaction` in status `REVIEWED` (sortable: no).
  - `transaction_exported` string[] — The array array contains ID of the `Transaction` in status `EXPORTED` (sortable: no).

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
