# Company officers Retrieve officers of a company by idCompany. Results are ordered by appointedDate DESC. Endpoint: GET /company/{idCompany}/officers Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `idCompany` (integer, required) ## Response 200 fields (application/json): - `entityType` (string, required) - `profileLink` (string,null) - `idLinkedUkCompany` (integer,null) - `idPerson` (integer,null) - `idOtherEntity` (integer,null) - `name` (string, required) - `birthDate` (string,null) - `role` (string) - `appointedDate` (string) - `resignedDate` (string,null) - `address` (object) - `address.line1` (string,null) - `address.line2` (string,null) - `address.line3` (string,null) - `address.line4` (string,null) - `address.town` (string,null) - `address.postcode` (string,null) ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 429 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)