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-
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
sectionproperty is added to indicate whether these nodes are part of theorgChart,boardAndAdvisorsor whether they areunplaced. -
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§ion=orgChartParameter Type Description Required sectionquery Section to filter by falseThe section can be one of the following:
orgChartboardunplaced
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.