Skip to Content

Change Log

1.1.0

Released: 2025-10-27

Company API

This release introduces the following changes to the Company API:

GET https://api.theorg.com/v1.1/companies/org-chart
  1. The endpoint now returns all nodes associated with a company. The Org maintains a backlog of positions and jobs that are not yet placed in the company org chart, but are still associated with the company. Previously only placed positions and jobs were returned, now both positions and jobs are returned and a section property is added to indicate whether these nodes are part of the orgChart, boardAndAdvisors or whether they are unplaced.

  2. A parameter has been added to the endpoint to filter the results by section.

    GET https://api.theorg.com/v1.1/companies/org-chart?domain=theorg.com&section=orgChart
    ParameterTypeDescriptionRequired
    sectionquerySection to filter byfalse

    The section can be one of the following:

    • orgChart
    • board
    • unplaced

Migrating from v1 to v1.1

Simply include the section parameter set to orgChart to get the same results as before, the section property can be ingnored in this case.

Last updated on