---
title: "Get project transactions"
method: GET
path: "/rest/api/v1/projects/{projectId}/transactions"
tags: ["Project API"]
---

# Get project transactions

`GET /rest/api/v1/projects/{projectId}/transactions`

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- TransactionDTO[]
  - `amount` number, required
  - `currencyType` CurrencyTypeDTO, required — You have only to set the id e.g 1 for USD, 2 for EUR, 3 for CHF. Example: {id:1}
    - `id` integer, required
    - `name` string
  - `date` string, date-time — ISO 8601
  - `id` integer
  - `projectId` string, uuid, required
  - `reference` string, required
  - `remark` string, required

---

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