---
title: "Changes to Retrieve company file info"
method: GET
path: "/quickbooks-desktop/company"
---

# Changes to Retrieve company file info

`GET /quickbooks-desktop/company`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-06-20** `272ef19cffe4` — 1 warning
- **2026-06-01** `fa0d99aff54e` — 1 warning
- **2026-04-20** `10d4e9ebd1df` — 12 breaking, 45 info
- **2026-04-20** `8e0b7df2044d` — 17 breaking, 35 warning, 17 info
- **2026-04-20** `5f832f695675` — 12 breaking, 45 info

## Changes

- **2026-06-20** `272ef19cffe4` — 1 warning
  - added the new `form_t2` enum value to the `taxForm/anyOf[subschema #1]/` response property for the response status `200`
- **2026-06-01** `fa0d99aff54e` — 1 warning
  - added the new `form_t1` enum value to the `taxForm/anyOf[subschema #1]/` response property for the response status `200`
- **2026-04-20** `10d4e9ebd1df` — 12 breaking, 45 info
  - response property `companyName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `companyType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `ein` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `email` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `fax` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `fiscalYearStartMonth` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `incomeTaxYearStartMonth` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `legalCompanyName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `phone` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `ssn` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `taxForm` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `website` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added `#/components/schemas/qbd_accountant_copy, subschema #2` to the `accountantCopy` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `addressForCustomer` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `legalAddress` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_subscribed_service, subschema #2` to the `subscribedServices` response property `anyOf` list for the response status `200`
  - removed the `april` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `april` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `august` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `august` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `december` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `december` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `february` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `february` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `form_1040` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1065` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1120` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1120s` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990pf` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990t` enum value from the `taxForm` response property for the response status `200`
  - removed the `january` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `january` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `july` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `july` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `june` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `june` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `march` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `march` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - …17 more
- **2026-04-20** `8e0b7df2044d` — 17 breaking, 35 warning, 17 info
  - the response property `companyName` became nullable for the status `200`
  - the response property `companyType` became nullable for the status `200`
  - the response property `ein` became nullable for the status `200`
  - the response property `email` became nullable for the status `200`
  - the response property `fax` became nullable for the status `200`
  - the response property `fiscalYearStartMonth` became nullable for the status `200`
  - the response property `incomeTaxYearStartMonth` became nullable for the status `200`
  - the response property `legalCompanyName` became nullable for the status `200`
  - the response property `phone` became nullable for the status `200`
  - the response property `ssn` became nullable for the status `200`
  - the response property `taxForm` became nullable for the status `200`
  - the response property `website` became nullable for the status `200`
  - added `#/components/schemas/qbd_accountant_copy, subschema #2` to the `accountantCopy` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `addressForCustomer` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `legalAddress` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/qbd_subscribed_service, subschema #2` to the `subscribedServices` response property `oneOf` list for the response status `200`
  - added the new `april` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `april` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `august` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `august` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `december` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `december` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `february` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `february` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `form_1040` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_1065` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_1120` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_1120s` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_990` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_990pf` enum value to the `taxForm` response property for the response status `200`
  - added the new `form_990t` enum value to the `taxForm` response property for the response status `200`
  - added the new `january` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `january` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `july` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `july` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `june` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `june` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - added the new `march` enum value to the `fiscalYearStartMonth` response property for the response status `200`
  - added the new `march` enum value to the `incomeTaxYearStartMonth` response property for the response status `200`
  - …29 more
- **2026-04-20** `5f832f695675` — 12 breaking, 45 info
  - response property `companyName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `companyType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `ein` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `email` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `fax` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `fiscalYearStartMonth` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `incomeTaxYearStartMonth` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `legalCompanyName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `phone` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `ssn` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `taxForm` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `website` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added `#/components/schemas/qbd_accountant_copy, subschema #2` to the `accountantCopy` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `addressForCustomer` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `legalAddress` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_subscribed_service, subschema #2` to the `subscribedServices` response property `anyOf` list for the response status `200`
  - removed the `april` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `april` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `august` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `august` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `december` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `december` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `february` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `february` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `form_1040` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1065` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1120` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_1120s` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990pf` enum value from the `taxForm` response property for the response status `200`
  - removed the `form_990t` enum value from the `taxForm` response property for the response status `200`
  - removed the `january` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `january` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `july` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `july` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `june` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `june` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - removed the `march` enum value from the `fiscalYearStartMonth` response property for the response status `200`
  - removed the `march` enum value from the `incomeTaxYearStartMonth` response property for the response status `200`
  - …17 more

---

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