v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Retrieves a specific linked transaction (billable expenses) using a unique linked transaction Id

get/LinkedTransactions/{LinkedTransactionID}

Path parameters

LinkedTransactionIDstring uuid required

Unique identifier for a LinkedTransaction

Response

Success - return response of type LinkedTransactions array with a specified LinkedTransaction

Example response

{
  "LinkedTransactions": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}