Get Company Persons with Significant Control
Endpoint URL:
https://api.company-information.service.gov.uk/company/{companyNumber}/persons-with-significant-control
This function returns -> list resource
{ "active_count": "integer", "ceased_count": "integer", "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" }, "ceased": "boolean", "ceased_on": "date", "country_of_residence": "string", "date_of_birth": { "day": "integer", "month": "integer", "year": "integer" }, "description": "string", "etag": "string", "identification": { "country_registered": "string", "legal_authority": "string", "legal_form": "string", "place_registered": "string", "registration_number": "string" }, "is_sanctioned": "boolean", "kind": "string", "links": { "self": "string", "statement": "string" }, "name": "string", "name_elements": { "forename": "string", "middle_name": "string", "surname": "string", "title": "string" }, "nationality": "string", "natures_of_control": [ "string" ], "notified_on": "date", "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" } } ], "items_per_page": "integer", "links": { "persons_with_significant_control_list": "string", "self": "string" }, "start_index": "integer", "total_results": "integer" }