---
title: "Retrieves a LinkedTransaction resource."
method: GET
path: "/linked_transactions/{id}"
tags: ["LinkedTransaction"]
---

# Retrieves a LinkedTransaction resource.

`GET /linked_transactions/{id}`

Retrieves a LinkedTransaction resource.

## Path parameters

- `id` string, required

## Response `200`

LinkedTransaction resource

- LinkedTransaction — Linked transaction represent transactions that form part of a single scheme, arrangement or series of transactions between the same vendor and customer
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each linked transaction
  - `sourceTransactionId` string — The ID of the source transaction
  - `sourceLineItemId` string — The ID of the line item from the source transaction
  - `contactId` string, nullable — The ID of the contact on the target transaction
  - `targetTransactionId` string, nullable — The ID of the target transaction
  - `targetLineItemId` string, nullable — The ID of the line item from the target transaction
  - `status` string, nullable — The status of the linked transaction
  - `type` string, nullable — The type of linked transaction e.g. "BILLABLEEXPENSE"
  - `modified` string, nullable — The last modified date in UTC format
  - `sourceTransactionTypeCode` string, nullable — The type of the source transaction e.g. "ACCPAY" e.g. "SPEND"

## Other responses

- `404` — Resource not found

---

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