# Read transaction lines **GET /transactionlines** Read a list of transaction lines for a defined period, based on various filtering criteria. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Query parameters - **dateFrom** (string(date)) The starting date (inclusive) from which transactions will be retrieved. - **dateTo** (string(date)) The ending date (exclusive) until which transactions will be retrieved. If set to 2024-01-01, the latest result will be retrieved before 23:59 on 2023-12-31. - **createdAfter** (string(date-time)) Retrieve transactions created after the specified timestamp (ISO 8601 format). - **modifiedAfter** (string(date-time)) Retrieve transactions modified after the specified timestamp (ISO 8601 format). - **transactionNumber** (number) The unique number representing the transaction. - **transactionTypeId** (integer) ID representing the type of transaction. - **customerId** (integer) ID of the customer involved in the transaction. - **accountId** (integer) ID of the account involved in the transaction. - **accountNumber** (integer) The number of the account involved in the transaction. - **invoiceNumber** (string) The invoice number associated with the transaction. - **currencyCode** (string) The currency code used in the transaction. - **limit** (integer) The maximum number of transactions to retrieve. - **includeDimensions** (boolean) Whether to include dimension information in the response. - **page** (integer) The page number of the results to retrieve. ## Responses ### 200 #### Headers - **link** (string) The "link" header includes information on where to find `first`, `previous` and `next` page. Refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[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)