---
title: "Changes to List all accounts"
method: GET
path: "/quickbooks-desktop/accounts"
---

# Changes to List all accounts

`GET /quickbooks-desktop/accounts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-04-21** `268ef8ccba10` — 1 breaking
- **2026-04-21** `77c40a843759` — 1 breaking
- **2026-04-20** `10d4e9ebd1df` — 17 breaking, 33 info
- **2026-04-20** `8e0b7df2044d` — 15 breaking, 28 warning, 18 info
- **2026-04-20** `5f832f695675` — 17 breaking, 33 info

## Changes

- **2026-04-21** `268ef8ccba10` — 1 breaking
  - for the `query` request parameter `status`, default value `active` was added
- **2026-04-21** `77c40a843759` — 1 breaking
  - for the `query` request parameter `status`, default value `active` was removed
- **2026-04-20** `10d4e9ebd1df` — 17 breaking, 33 info
  - response property `data/items/accountNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/balance` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/bankAccountNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/cashFlowClassification` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/isTaxAccount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/specialAccountType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/totalBalance` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/items/currency` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `data/items/currency/fullName` from the response with the `200` status
  - removed the required property `data/items/currency/id` from the response with the `200` status
  - removed the required property `data/items/parent/fullName` from the response with the `200` status
  - removed the required property `data/items/parent/id` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/id` from the response with the `200` status
  - added `#/components/schemas/qbd_tax_line_info, subschema #2` to the `data/items/taxLineDetails` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/currency` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/salesTaxCode` response property `anyOf` list for the response status `200`
  - removed the `accounts_payable` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `accounts_receivable` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `condense_item_adjustment_expenses` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `cost_of_goods_sold` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `direct_deposit_liabilities` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `estimates` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `exchange_gain_loss` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `financing` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `inventory_assets` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `investing` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `item_receipt_account` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `none` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `not_applicable` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `opening_balance_equity` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `operating` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `payroll_expenses` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `payroll_liabilities` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `petty_cash` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `purchase_orders` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - …10 more
- **2026-04-20** `8e0b7df2044d` — 15 breaking, 28 warning, 18 info
  - the response property `data/items/accountNumber` became nullable for the status `200`
  - the response property `data/items/balance` became nullable for the status `200`
  - the response property `data/items/bankAccountNumber` became nullable for the status `200`
  - the response property `data/items/cashFlowClassification` became nullable for the status `200`
  - the response property `data/items/currency` became nullable for the status `200`
  - the response property `data/items/description` became nullable for the status `200`
  - the response property `data/items/isTaxAccount` became nullable for the status `200`
  - the response property `data/items/parent` became nullable for the status `200`
  - the response property `data/items/salesTaxCode` became nullable for the status `200`
  - the response property `data/items/specialAccountType` became nullable for the status `200`
  - the response property `data/items/totalBalance` became nullable for the status `200`
  - added `#/components/schemas/qbd_tax_line_info, subschema #2` to the `data/items/taxLineDetails` response property `oneOf` list for the response status `200`
  - the `data/items/currency` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `data/items/parent` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - added the new `accounts_payable` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `accounts_receivable` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `condense_item_adjustment_expenses` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `cost_of_goods_sold` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `direct_deposit_liabilities` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `estimates` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `exchange_gain_loss` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `financing` enum value to the `data/items/cashFlowClassification` response property for the response status `200`
  - added the new `inventory_assets` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `investing` enum value to the `data/items/cashFlowClassification` response property for the response status `200`
  - added the new `item_receipt_account` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `none` enum value to the `data/items/cashFlowClassification` response property for the response status `200`
  - added the new `not_applicable` enum value to the `data/items/cashFlowClassification` response property for the response status `200`
  - added the new `opening_balance_equity` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `operating` enum value to the `data/items/cashFlowClassification` response property for the response status `200`
  - added the new `payroll_expenses` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `payroll_liabilities` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `petty_cash` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `purchase_orders` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `reconciliation_differences` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `retained_earnings` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `sales_orders` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `sales_tax_payable` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `uncategorized_expenses` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - added the new `uncategorized_income` enum value to the `data/items/specialAccountType` response property for the response status `200`
  - …21 more
- **2026-04-20** `5f832f695675` — 17 breaking, 33 info
  - response property `data/items/accountNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/balance` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/bankAccountNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/cashFlowClassification` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/isTaxAccount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/specialAccountType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/totalBalance` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/items/currency` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `data/items/currency/fullName` from the response with the `200` status
  - removed the required property `data/items/currency/id` from the response with the `200` status
  - removed the required property `data/items/parent/fullName` from the response with the `200` status
  - removed the required property `data/items/parent/id` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/id` from the response with the `200` status
  - added `#/components/schemas/qbd_tax_line_info, subschema #2` to the `data/items/taxLineDetails` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/currency` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/salesTaxCode` response property `anyOf` list for the response status `200`
  - removed the `accounts_payable` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `accounts_receivable` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `condense_item_adjustment_expenses` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `cost_of_goods_sold` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `direct_deposit_liabilities` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `estimates` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `exchange_gain_loss` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `financing` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `inventory_assets` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `investing` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `item_receipt_account` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `none` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `not_applicable` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `opening_balance_equity` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `operating` enum value from the `data/items/cashFlowClassification` response property for the response status `200`
  - removed the `payroll_expenses` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `payroll_liabilities` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `petty_cash` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - removed the `purchase_orders` enum value from the `data/items/specialAccountType` response property for the response status `200`
  - …10 more

---

[Operation](https://skmtc.dev/conductor-is/apis/conductor-api/docs/quickbooks-desktop/accounts/get.md) · [API](https://skmtc.dev/conductor-is/apis/conductor-api.md) · [Page](https://skmtc.dev/conductor-is/apis/conductor-api/changes/quickbooks-desktop/accounts/get)
