---
title: "Retrieves the collection of LinkedTransaction resources."
method: GET
path: "/linked_transactions"
tags: ["LinkedTransaction"]
---

# Retrieves the collection of LinkedTransaction resources.

`GET /linked_transactions`

Retrieves the collection of LinkedTransaction resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

LinkedTransaction collection

- LinkedTransaction[]
  - `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"

---

[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)
