---
title: "Get a Transaction"
method: GET
path: "/apps/{appId}/transactions/{id}"
tags: ["Transactions"]
---

# Get a Transaction

`GET /apps/{appId}/transactions/{id}`

## Path parameters

- `appId` integer, required
- `id` integer, required

## Query parameters

- `with_trashed` boolean

## Response `200`

Success

- Transaction
  - `id` integer, nullable
  - `contact_organization_id` integer, nullable
  - `contact_person_id` integer, nullable
  - `author_user_id` integer
  - `cashflow_source_id` integer
  - `amount` integer
  - `credit` integer, nullable
  - `debit` integer, nullable
  - `method` integer, nullable
  - `received_at` string, date-time
  - `label` integer
  - `details` integer, nullable
  - `lettered_at` string, date-time, nullable
  - `metadata` unknown[], nullable
    - unknown
  - `tags` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `deleted_at` string, date-time

## Other responses

- `400` — Bad request
- `404` — Not found

---

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