# Read a transaction line by ID **GET /transactionlines/{id}** Read a single transaction line identified by its unique ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **id** (string(guid)) The unique identifier for the transaction line. ## Responses ### 200: #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **id** (string) A unique identifier for the transaction line within Finago Office accounting module. - **transaction** (object) Details of the transaction within the Finago Office accounting module to which the transaction line pertains. Note: Many other Norway-based accounting systems refer to transactions as "vouchers". - **account** (object) Details of an account within the Finago Office accounting module to which the transaction line is posted. - **transactionType** (object) Details of a transaction type used within the Finago Office accounting module. - **tax** (object) Details of a tax used within Finago Office. - **amount** (number) The monetary amount for the transaction line. - **currency** (object) Details of the currency used within Finago Office. - **date** (string(date)) The date when the transaction line was posted. - **invoice** (object) Details of an invoice used within Finago Office. - **customer** (object) Details of a customer used within Finago Office CRM. - **dimensions** (array[object]) A list of dimensions and dimension values associated with the transaction line, such as department or project. Included if `includeDimensions=true` is specified in the query parameters. - **comment** (string) A brief description of the transaction. - **documentId** (integer) The ID of the Document attached to the transaction, if any. - **createdAt** (string(date-time)) A timestamp for when a record was created, in ISO 8601 format. - **modifiedAt** (string(date-time)) A timestamp for when one of the properties of a record was last modified, in ISO 8601 format. [Powered by Bump.sh](https://bump.sh)