List Company Officers

Endpoint URL:

https://api.company-information.service.gov.uk/company/{companyNumber}/officers

This function returns -> officerList resource

{ "active_count": "integer", "etag": "string", "items": [ { "address": { "address_line_1": "string", "address_line_2": "string", "care_of": "string", "country": "string", "locality": "string", "po_box": "string", "postal_code": "string", "premises": "string", "region": "string" }, "appointed_before": "string", "appointed_on": "date", "contact_details": { "contact_name": "string" }, "country_of_residence": "string", "date_of_birth": { "day": "integer", "month": "integer", "year": "integer" }, "etag": "string", "former_names": [ { "forenames": "string", "surname": "string" } ], "identification": { "identification_type": "string", "legal_authority": "string", "legal_form": "string", "place_registered": "string", "registration_number": "string" }, "is_pre_1992_appointment": "boolean", "links": { "officer": { "appointments": "string" }, "self": "string" }, "name": "string", "nationality": "string", "occupation": "string", "officer_role": "string", "principal_office_address": { "address_line_1": "string", "address_line_2": "string", "care_of": "string", "country": "string", "locality": "string", "po_box": "string", "postal_code": "string", "premises": "string", "region": "string" }, "resigned_on": "date", "responsibilities": "string" } ], "items_per_page": "integer", "kind": "string", "links": { "self": "string" }, "resigned_count": "integer", "start_index": "integer", "total_results": "integer" }

Input Data:
Response