Registers

  • directors

Possible values are:

The register type.

Output

Attribute
Type
Description
Additional

companyNumber

string

The number of the company.

etag

string

The ETag of the resource.

Optional

kind

string

Kind of response

Possible values are:

  • registers

object

A set of URLs related to the resource.

object

Company registers information.

Registers

Attribute
Type
Description
Additional

object

List of registered company directors.

object

List of registered llp members.

object

List of register addresses.

object

List of registered company members.

object

List of registered company persons with significant control.

object

List of registered company secretaries.

object

List of register addresses.

Directors

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • directors

Attribute
Type
Description

directorsRegister

string

The URL for the resource.

LLP Members

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • llp-members

Attribute
Type
Description

llpMembers

string

The URL for the resource.

LLP Usual Residential Address

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • llp-usual-residential-address

Attribute
Type
Description

llpUsualResidentialAddress

string

The URL for the resource.

Members

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • members

Attribute
Type
Description

members

string

The URL for the resource.

Persons With Significant Control

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • persons-with-significant-control

Attribute
Type
Description

personsWithSignificantControlRegister

string

The URL for the resource.

Secretaries

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • secretaries

Attribute
Type
Description

secretariesRegister

string

The URL for the resource.

Usual Residential Address

Attribute
Type
Description
Additional

array<object>

object

A set of URLs related to the resource.

Optional

registerType

string

The register type.

Possible values are:

  • usual-residential-address

Attribute
Type
Description

usualResidentialAddress

string

The URL for the resource.

Items

Attribute
Type
Description
Additional

object

A set of URLs related to the resource.

movedOn

date

The date registered on.

registerMovedTo

string

Location of registration.

Possible values are:

  • public-register

  • registered-office

  • single-alternative-inspection-location

  • unspecified-location

Attribute
Type
Description

self

string

The URL of the resource.

Attribute
Type
Description

filing

string

The URL of the transaction for the resource.

Example

{
  "companyNumber": "ABC123",
  "etag": "123456",
  "kind": "company",
  "links": {
    "self": "/companies/ABC123"
  },
  "registers": {
    "directors": {
      "items": [
        {
          "links": {
            "directorsRegister": "/registers/directors/1"
          },
          "movedOn": "2023-08-01",
          "registerMovedTo": "/registers/directors/2"
        },
        {
          "links": {
            "directorsRegister": "/registers/directors/2"
          },
          "movedOn": "2023-08-15",
          "registerMovedTo": null
        }
      ],
      "links": {
        "directorsRegister": "/registers/directors"
      },
      "registerType": "directors"
    },
    "llpMembers": {
      "items": [
        {
          "links": {
            "llpMembers": "/registers/llp-members/1"
          },
          "movedOn": "2023-07-20",
          "registerMovedTo": "/registers/llp-members/2"
        }
      ],
      "links": {
        "llpMembers": "/registers/llp-members"
      },
      "registerType": "llp-members"
    },
    "llpUsualResidentialAddress": {
      "items": [
        {
          "links": {
            "llpUsualResidentialAddress": "/registers/llp-usual-residential/1"
          },
          "movedOn": "2023-06-10",
          "registerMovedTo": "/registers/llp-usual-residential/2"
        }
      ],
      "links": {
        "llpUsualResidentialAddress": "/registers/llp-usual-residential"
      },
      "registerType": "llp-usual-residential"
    },
    "members": {
      "items": [
        {
          "links": {
            "members": "/registers/members/1"
          },
          "movedOn": "2023-05-05",
          "registerMovedTo": "/registers/members/2"
        }
      ],
      "links": {
        "members": "/registers/members"
      },
      "registerType": "members"
    },
    "personsWithSignificantControl": {
      "items": [
        {
          "links": {
            "personsWithSignificantControlRegister": "/registers/psc/1"
          },
          "movedOn": "2023-04-01",
          "registerMovedTo": "/registers/psc/2"
        }
      ],
      "links": {
        "personsWithSignificantControlRegister": "/registers/psc"
      },
      "registerType": "psc"
    },
    "secretaries": {
      "items": [
        {
          "links": {
            "secretariesRegister": "/registers/secretaries/1"
          },
          "movedOn": "2023-03-15",
          "registerMovedTo": "/registers/secretaries/2"
        }
      ],
      "links": {
        "secretariesRegister": "/registers/secretaries"
      },
      "registerType": "secretaries"
    },
    "usualResidentialAddress": {
      "items": [
        {
          "links": {
            "usualResidentialAddress": "/registers/usual-residential/1"
          },
          "movedOn": "2023-02-10",
          "registerMovedTo": "/registers/usual-residential/2"
        }
      ],
      "links": {
        "usualResidentialAddress": "/registers/usual-residential"
      },
      "registerType": "usual-residential"
    }
  }
}

Last updated