Get Company Regsiters

Endpoint URL:

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

This function returns -> companyRegister resource

{ "company_number": "string", "etag": "string", "kind": "string", "links": { "self": "string" }, "registers": { "directors": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "directors_register": "string" }, "register_type": "string" }, "llp_members": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "llp_members": "string" }, "register_type": "string" }, "llp_usual_residential_address": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "llp_usual_residential_address": "string" }, "register_type": "string" }, "members": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "members": "string" }, "register_type": "string" }, "persons_with_significant_control": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "persons_with_significant_control_register": "string" }, "register_type": "string" }, "secretaries": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "secretaries_register": "string" }, "register_type": "string" }, "usual_residential_address": { "items": [ { "links": { "filing": "string" }, "moved_on": "date", "register_moved_to": "string" } ], "links": { "usual_residential_address": "string" }, "register_type": "string" } } }

Input Data:
Response