---
title: "List DirectExpenseV2 records"
method: GET
path: "/public/v2/direct-expenses/"
tags: ["Direct Expenses"]
---

# List DirectExpenseV2 records

`GET /public/v2/direct-expenses/`

Retrieve a paginated list of DirectExpenseV2 records with filtering and ordering options.

## Query parameters

- `search` string, nullable
- `company_id` integer[], nullable
- `number` integer[], nullable
- `vendor_id` integer[], nullable
- `start_date` string, date, nullable
- `end_date` string, date, nullable
- `transaction_currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', nullable
- `record_status` RecordStatus[], nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicDirectExpenseV2ListSchemaOut
  - `items` PublicDirectExpenseV2ListSchemaOut[], required
    - `custom_fields` CustomFieldValuePairOutputSchema[]
      - `field` CustomFieldSchemaOut, required
        - `id` integer, required
        - `company_id` integer, nullable
        - `company_ids` integer[], nullable
        - `name` string, required
        - `description` string, nullable, required
        - `helper_text` string, nullable, required
        - `field_type` 'text' | 'number' | 'currency' | 'date' | 'boolean' | 'single_select' | 'multi_select' | 'link' | 'paragraph', required
        - `applies_to` AppliesToItemSchema[], required
          - `type` 'invoice' | 'bill' | 'direct_expense' | 'journal_entry' | 'vendor_prepayment' | 'vendor_credit' | 'vendor_payment' | 'vendor_refund' | 'customer_payment' | 'customer_prepayment' | 'customer_refund' | 'customer_deposit' | 'currency_revaluation' | 'contract' | 'fixed_asset' | 'customer' | 'vendor' | 'company' | 'sales_order' | 'cash_sale' | 'customer_credit', required
          - `is_active` boolean
          - `is_required` boolean
        - `default_value` union
          - string
          - string[]
        - `options` string[], nullable, required
        - `is_active` boolean, nullable, required
      - `value` CustomFieldValueSchemaOut
        - `id` integer, required
        - `custom_field_id` integer, required
        - `custom_field_name` string, required
        - `custom_field_type` string, required
        - `custom_field_value_id` integer, required
        - `value` unknown, required
        - `created_at` string, required
        - `updated_at` string, required
    - `attachments` PublicAttachmentSchemaOut[]
      - `id` integer, required
      - `file_name` string, required
      - `file_size` integer, required
      - `download_url` string, nullable
    - `supply_date` string, date, nullable, required
    - `place_of_supply` string, nullable
    - `tax_registration_numbers` TaxRegistrationNumbersSnapshot
      - `company` TaxRegistrationNumberEntry[]
        - `type` string, required — Registration type (e.g. SST_SALES, SST_SERVICE, GST, GSTIN, PST, QST).
        - `number` string, required — Frozen-at-snapshot registration number.
        - `region` string, nullable — 2-letter region code for region-scoped registrations (e.g. Canadian PST/QST provinces); null for country-wide registrations.
      - `counterparty` TaxRegistrationNumberEntry[]
        - `type` string, required — Registration type (e.g. SST_SALES, SST_SERVICE, GST, GSTIN, PST, QST).
        - `number` string, required — Frozen-at-snapshot registration number.
        - `region` string, nullable — 2-letter region code for region-scoped registrations (e.g. Canadian PST/QST provinces); null for country-wide registrations.
    - `tax` RecordTaxContextOut, required — Base for record-level tax context; `regime` discriminates `data`. Mirrors `TaxResultV2Out` (core.taxes.api.taxes)
      - `regime` 'SALES_TAX' | 'VAT' | 'GST' | 'NONE', required
      - `data` union, required
        - RecordSalesTaxDataOut — Reserved for future sales tax fields (e.g. nexus origin).
        - RecordVatDataOut
          - `country` string, nullable — ISO-2 country code that owns the VAT regime for this record (GB, DE, ...).
          - `supply_date` string, date, nullable
          - `tax_registration_numbers` TaxRegistrationNumbersSnapshot
            - `company` TaxRegistrationNumberEntry[]
              - …
            - `counterparty` TaxRegistrationNumberEntry[]
              - …
        - RecordGstDataOut
          - `country` string, nullable — ISO-2 country code of the GST regime (IN, AU, NZ, SG, CA).
          - `supply_category` 'INTRA_STATE' | 'INTER_STATE' — India GST: intra-state (CGST+SGST) vs inter-state (IGST).
          - `place_of_supply` string, nullable
          - `supply_date` string, date, nullable
          - `tax_registration_numbers` TaxRegistrationNumbersSnapshot
            - `company` TaxRegistrationNumberEntry[]
              - …
            - `counterparty` TaxRegistrationNumberEntry[]
              - …
        - RecordNoneTaxDataOut
    - `classifications` PublicRecordClassificationsSchemaOut[]
      - `id` integer, required
      - `name` string, required
      - `line_id` integer, required
      - `line_name` string, required
      - `parent_classification_id` integer, nullable
      - `parent_classification_line_id` integer, nullable
    - `transaction_ids` integer[], required
    - `bank_match_status` string, nullable
    - `reconciliation_status` string, nullable
    - `created_by` AuditActorSchemaOut — Schema for audit actor information.
      - `actor_type` string, nullable
      - `email` string, nullable
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `timestamp` string, date-time, nullable
    - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
      - `actor_type` string, nullable
      - `email` string, nullable
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `timestamp` string, date-time, nullable
    - `internal_id` integer, required
    - `number` integer, required
    - `company_id` integer, required
    - `company_name` string, required
    - `company_currency` string, required
    - `vendor_id` integer, required
    - `vendor_name` string, required
    - `account_number` integer, nullable, required
    - `amount` string, required — Total transaction amount
    - `memo` string, required
    - `check_number` string, required
    - `date` string, date, required — Posting date (GL date) - the date when the transaction is recorded in the general ledger
    - `transaction_date` string, date, required — Transaction date (inception date) - the date when the transaction actually occurred
    - `currency_iso_4217_code` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required
    - `exchange_rate` string, required
    - `bank_or_credit_card_amount` string, required
    - `payment_method_id` integer, nullable
    - `record_status` 'draft' | 'posted' | 'archived', required
    - `created_at` string, date-time, required — Date and time the record was created
    - `updated_at` string, date-time, required — Date and time the record was last updated
  - `count` integer, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/versions/525a590a98f8/schema)
