Skip to content

GetLinkedTransactions

Use this function to retrieve one or many linked transactions.

Authentication values used to connect to the Xero server.

You can retrieve an individual record by specifying the LinkedTransactionID.

Up to 100 linked transactions will be returned in a single API call. Use the page parameter to specify the page to be returned e.g. page=1.

Filter by the SourceTransactionID. Get all the linked transactions created from a particular ACCPAY invoice.

Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer.

Get all the linked transactions that have a particular status.

Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice.

Select how the data is to be returned.

Possible values are:

  • Only the first item.
  • The first item or an empty item.
  • All the items one by one.
  • All of the items at once.

A list of linked transactions or a single linked transaction depending on the selected Return option (see above).

Section titled “A list of linked transactions or a single linked transaction depending on the selected Return option (see above).”

Xero Developer: Linked Transactions (GET)