I can't seem to find the correct API call to link a person (eg: director) to their employer (organization). I can see this data on the PermID website, but can't determine which API request to make when looking up an organization, in the same way that i would to determine their primary business sector.
Using the example of Commonwealth Bank of Australia, the PermID website (https://permid.org/1-4295856152) shows me that Catherine B. Livingstone is the Chairman. When i make an API request to https://permid.org/1-5000055834?format=json-ld it returns a lot of details on the organization, but has no link to the Officers or Directors that are shown on the website. I am able to access Catherine B. Livingstone's 'held positions' by calling her entity lookup API https://permid.org/1-34413906857?format=json-ld , but when working in a "top down" manner i have no way to programatically know what her PermID is when starting at the organization level. Am i missing something?