# Officers

### Output&#x20;

| Attribute               | Type           | Description                                                            |
| ----------------------- | -------------- | ---------------------------------------------------------------------- |
| activeCount             | integer        | The count of active officers.                                          |
| etag                    | string         | The ETag of the resource.                                              |
| [items](#officer-item)  | array\<object> | The list of officers.                                                  |
| [links](#officers-link) | object         | Links to other resources associated with this officer list resource.   |
| kind                    | string         | <p>Possible values are:</p><ul><li><code>officer-list</code></li></ul> |
| resignedCount           | number         | The number of resigned officers in this result set.                    |
| totalResults            | number         | The total number of officers in this result set.                       |

### Officer Item

<table><thead><tr><th width="311">Attribute</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><a href="#address">address</a></td><td>object</td><td>The correspondence address of the officer.</td></tr><tr><td>appointedBefore</td><td>date</td><td>The date before which the officer was appointed.</td></tr><tr><td>appointedOn</td><td>date</td><td>The date on which the officer was appointed.</td></tr><tr><td><a href="#contact-details">contactDetails</a></td><td>object</td><td>The contact name for the officer.</td></tr><tr><td>countryOfResidence</td><td>string</td><td>The country of residence of the officer.</td></tr><tr><td><a href="#date-of-birth">dateOfBirth</a></td><td>object</td><td>The day of birth of the officer.</td></tr><tr><td>etag</td><td>string</td><td>The ETag of the officer's resource.</td></tr><tr><td><a href="#former-names">formerNames</a></td><td>object</td><td>The former forenames of the officer.</td></tr><tr><td><a href="#identification">identification</a></td><td>object</td><td>The type of identification for the officer.</td></tr><tr><td>isPre1992Appointment</td><td>boolean</td><td>Flag indicating if the appointment was made before 1992.</td></tr><tr><td><a href="#links">links</a></td><td>object</td><td>Links to other resources associated with this officer list item.</td></tr><tr><td>name</td><td>string</td><td>The name of the officer.</td></tr><tr><td>nationality</td><td>string</td><td>The nationality of the officer.</td></tr><tr><td>occupation</td><td>string</td><td>The occupation of the officer.</td></tr><tr><td>officerRole</td><td>string</td><td>The role of the officer.</td></tr><tr><td><a href="#principal-office-address">principalOfficeAddress</a></td><td>object</td><td>The principal/registered office address.</td></tr><tr><td>resignedOn</td><td>date</td><td>The date on which the officer resigned.</td></tr><tr><td>responsibilities</td><td>string</td><td>The responsibilities of the officer.</td></tr><tr><td><a href="#appointments">appointments</a></td><td>array&#x3C;object></td><td>Officer appointment list.</td></tr><tr><td><a href="#natural-officer-disqualifications">naturalOfficerDisqualifications</a></td><td>array&#x3C;object></td><td>Natural officers disqualifications. Only present is of natural type.</td></tr><tr><td><a href="#corporate-officer-disqualifications">corporateOfficerDisqualifications</a></td><td>array&#x3C;object></td><td>Corporate officers disqualifications. Only present is of corporate type.</td></tr></tbody></table>

### Officers Link

| Attribute | Type   | Description                         |
| --------- | ------ | ----------------------------------- |
| self      | string | Link to this officer list resource. |

### Address

| Attribute    | Type   | Description                                           |
| ------------ | ------ | ----------------------------------------------------- |
| addressLine1 | string | The first line of the officer's address.              |
| addressLine2 | string | The second line of the officer's address.             |
| careOf       | string | The care of name for the officer's address.           |
| country      | string | The country of the officer's address.                 |
| locality     | string | The locality of the officer's address.                |
| poBox        | string | The post-office box number of the officer's address.  |
| postalCode   | string | The postal code of the officer's address.             |
| premises     | string | The property name or number of the officer's address. |
| region       | string | The region of the officer's address.                  |

### Contact Details

| Attribute   | Type   | Description                       |
| ----------- | ------ | --------------------------------- |
| contactName | string | The contact name for the officer. |

### Former Names

| Attribute | Type   | Description                          |
| --------- | ------ | ------------------------------------ |
| forenames | string | The former forenames of the officer. |
| surname   | string | The former surname of the officer.   |

### Identification

| Attribute          | Type   | Description                                                 |
| ------------------ | ------ | ----------------------------------------------------------- |
| identificationType | string | The type of identification for the officer.                 |
| legalAuthority     | string | The legal authority that issued the identification.         |
| legalForm          | string | The legal form associated with the identification.          |
| placeRegistered    | string | The place where the identification was registered.          |
| registrationNumber | string | The registration number associated with the identification. |

### Links

| Attribute            | Type   | Description                                     |
| -------------------- | ------ | ----------------------------------------------- |
| officer.appointments | string | The link to the officer's appointments resource |
| self                 | string | The link to the officer's resource              |

### Date of Birth

| Attribute | Type   | Description                        |
| --------- | ------ | ---------------------------------- |
| day       | number | The day of birth of the officer.   |
| month     | number | The month of birth of the officer. |
| year      | number | The year of birth of the officer.  |

### Principal Office Address

| Attribute    | Type   | Description                                        |
| ------------ | ------ | -------------------------------------------------- |
| addressLine1 | string | The first line of the principal office address.    |
| addressLine2 | string | The second line of the principal office address.   |
| careOf       | string | The care of name for the principal office address. |
| country      | string | The country e.g. United Kingdom.                   |
| locality     | string | The locality e.g. London.                          |
| poBox        | string | The post-office box number.                        |
| postalCode   | string | The postal code e.g. CF14 3UZ.                     |
| premises     | string | The property name or number.                       |
| region       | string | The region e.g. Surrey.                            |

### Appointments

| Attribute                                 | Type           | Description                                            |
| ----------------------------------------- | -------------- | ------------------------------------------------------ |
| [dateOfBirth](#appointment-date-of-birth) | object         | Date of birth of the appointed officer.                |
| etag                                      | string         | ETag of the appointed officer's resource.              |
| isCorporateOfficer                        | boolean        | Flag indicating if officer is corporate.               |
| [items](#appointment-item)                | array\<object> | Array of appointed officer's appointments.             |
| [links](#appointment-links)               | object         | Links related to the appointment.                      |
| name                                      | string         | Name of the appointed officer.                         |
| startIndex                                | number         | Start index of the appointment response.               |
| totalResults                              | number         | Total number of results in the appointment response.   |
| kind                                      | string         | Kind of the appointed officer's appointments response. |

### Appointment Date of Birth

<table><thead><tr><th width="198.33333333333331">Attribute</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>month</td><td>number</td><td>Month of birth of the appointed officer.</td></tr><tr><td>year</td><td>number</td><td>Year of birth of the appointed officer.</td></tr></tbody></table>

### Appointment Links

| Attribute | Type   | Description                                |
| --------- | ------ | ------------------------------------------ |
| self      | string | Link to this officer appointment resource. |

### Appointment Item

| Attribute                                           | Type              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [address](#address)                                 | object            | The correspondence address of the officer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| appointedBefore                                     | date              | <p>The date the officer was appointed before. Only present when the <code>is\_pre\_1992\_appointment</code> attribute is <code>true.</code><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| appointedOn                                         | date              | <p>The date on which the officer was appointed.<br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [appointedTo](#appointed-to)                        | <p><br>object</p> | <p>The company information of the appointment.<br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [contactDetails](#contact-details)                  | object            | <p>The contact at the <code>corporate-managing-officer</code> of a <code>registered-overseas-entity</code>.<br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| countryOfResidence                                  | string            | The officer's country of residence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [formerNames](#former-names)                        | array\<object>    | Former names for the officer, if there are any.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [identification](#identification)                   | object            | <p>Only one from <code>eea</code>, <code>non-eea</code>, <code>uk-limited</code>, <code>other-corporate-body-or-firm</code> or <code>registered-overseas-entity-corporate-managing-officer</code> can be supplied, not multiples of them.<br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| isPre1992Appointment                                | boolean           | Indicator representing if the officer was appointed before their appointment date.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [links](#appointment-item-links)                    | object            | Links to other resources associated with this officer appointment item.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| name                                                | string            | The full name of the office.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [nameElements](#name-elements)                      | object            | A document encapsulating the separate elements of a natural officer's name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| nationality                                         | string            | The officer's nationality.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| occupation                                          | string            | The officer's occupation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| officerRole                                         | string            | <p>Possible values are:</p><ul><li><code>cic-manager</code></li><li><code>corporate-director</code></li><li><code>corporate-llp-designated-member</code></li><li><code>corporate-llp-member</code></li><li><code>corporate-managing-officer</code></li><li><code>corporate-member-of-a-management</code></li><li><code>corporate-member-of-a-supervisory-organ</code></li><li><code>corporate-member-of-an-administrative-organ</code></li><li><code>corporate-nominee-director</code></li><li><code>corporate-nominee-secretary</code></li><li><code>corporate-secretary</code></li><li><code>director</code></li><li><code>judicial-factor</code></li><li><code>llp-designated-member</code></li><li><code>llp-member</code></li><li><code>managing-officer</code></li><li><code>member-of-a-management</code></li><li><code>member-of-a-supervisory-organ</code></li><li><code>member-of-an-administrative-organ</code></li><li><code>nominee-director</code></li><li><code>nominee-secretary</code></li><li><code>receiver-and-manager</code></li><li><code>secretary</code></li></ul> |
| [principalOfficeAddress](#principal-office-address) | object            | The principal/registered office address.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| resignedOn                                          | date              | The date the officer was resigned.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| responsibilities                                    | string            | The responsibilities of the managing officer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |

### Appointed To

| Attribute     | Type   | Description                                                        |
| ------------- | ------ | ------------------------------------------------------------------ |
| companyName   | string | Name of the company to which the appointed officer is appointed.   |
| companyNumber | string | Number of the company to which the appointed officer is appointed. |
| companyStatus | string | Status of the company to which the appointed officer is appointed. |

### Contact Details

| Attribute   | Type   | Description                             |
| ----------- | ------ | --------------------------------------- |
| contactName | string | Contact name for the appointed officer. |

### Appointment Item Links

| Attribute | Type   | Description                                                                    |
| --------- | ------ | ------------------------------------------------------------------------------ |
| company   | string | Link to the company profile resource that this appointment is associated with. |

### Name Elements

| Attribute      | Type   | Description                               |
| -------------- | ------ | ----------------------------------------- |
| forename       | string | Forename of the appointed officer.        |
| honours        | string | Honours an officer might have.            |
| otherForenames | string | Other forenames of the appointed officer. |
| surname        | string | Surname of the appointed officer.         |
| title          | string | Title of the appointed officer.           |

### Corporate Officer Disqualifications

| Property                                       | Type           | Description                                                                                                               |
| ---------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| companyNumber                                  | string         | Registration number of the disqualified officer.                                                                          |
| countryOfRegistration                          | string         | Country in which the disqualified officer was registered.                                                                 |
| [disqualifications](#officer-disqualification) | array          | Array of the officer's disqualifications.                                                                                 |
| etag                                           | string         | ETag of the resource.                                                                                                     |
| kind                                           | string         | <p>Kind of the disqualification. </p><p>Possible values are:</p><ul><li><code>corporate-disqualification</code></li></ul> |
| [links](#officer-disqualifications-links)      | object         | Links to other resources associated with this officer disqualification resource.                                          |
| name                                           | string         | Name of the disqualified officer.                                                                                         |
| [permissionsToAct](#permissions-to-act)        | array\<object> | Permissions that the disqualified officer has to act outside of their disqualification.                                   |

### Natural Officer Disqualifications

| Property                                       | Type           | Description                                                                      |
| ---------------------------------------------- | -------------- | -------------------------------------------------------------------------------- |
| dateOfBirth                                    | date           | Disqualified officer's date of birth.                                            |
| [disqualifications](#officer-disqualification) | array\<object> | Array of the officer's disqualifications.                                        |
| etag                                           | string         | ETag of the resource.                                                            |
| forename                                       | string         | Forename of the disqualified officer.                                            |
| honours                                        | string         | Honours of the disqualified officer.                                             |
| kind                                           | string         | Kind of the disqualification.                                                    |
| [links](#officer-disqualifications-links)      | object         | Links to other resources associated with this officer disqualification resource. |
| nationality                                    | string         | Nationality of the disqualified officer.                                         |
| otherForenames                                 | string         | Other forenames of the disqualified officer.                                     |
| [permissionsToAct](#permissions-to-act)        | array          | Permissions to act that have been granted for the disqualified officer.          |
| surname                                        | string         | Surname of the disqualified officer                                              |
| title                                          | string         | Title of the disqualified officer.                                               |

### Officer Disqualification

| Property                         | Type           | Description                                                                     |
| -------------------------------- | -------------- | ------------------------------------------------------------------------------- |
| [address](#address)              | object         | Address of the disqualified officer as provided by the disqualifying authority. |
| caseIdentifier                   | string         | Case identifier of the disqualification.                                        |
| companyNames                     | array\<string> | Companies in which the misconduct took place.                                   |
| courtName                        | string         | Name of the court that handled the disqualification case.                       |
| disqualificationType             | string         | Type of disqualification authority that handled the case.                       |
| disqualifiedFrom                 | date           | Date that the disqualification starts.                                          |
| disqualifiedUntil                | date           | Date that the disqualification ends.                                            |
| heardOn                          | date           | Date that the disqualification hearing was on.                                  |
| [lastVariation](#last-variation) | array\<object> | Latest variation made to the disqualification.                                  |
| [reason](#reason)                | object         | Reason for the disqualification.                                                |
| undertakenOn                     | date           | Date that the disqualification undertaking was agreed on.                       |

### Officer Disqualifications Links

| Attribute | Type   | Description                             |
| --------- | ------ | --------------------------------------- |
| self      | string | Link to this disqualification resource. |

### Last Variation

| Property       | Type   | Description                                               |
| -------------- | ------ | --------------------------------------------------------- |
| caseIdentifier | string | Case identifier of the variation.                         |
| courtName      | string | Name of the court that handled the variation case.        |
| variedOn       | date   | Date the variation was made against the disqualification. |

### Reason

| Property              | Type   | Description                                                                   |
| --------------------- | ------ | ----------------------------------------------------------------------------- |
| act                   | string | Law under which the disqualification was made.                                |
| article               | string | Article of the act under which the disqualification was made (if applicable). |
| descriptionIdentifier | string | Description for the reason of disqualification.                               |
| section               | string | Section of the act under which the disqualification was made (if applicable). |

### Permissions To Act

| Property     | Type           | Description                                                         |
| ------------ | -------------- | ------------------------------------------------------------------- |
| companyNames | array\<string> | Companies for which the disqualified officer has permission to act. |
| courtName    | string         | Name of the court that granted the permission to act.               |
| expiresOn    | date           | Date that the permission ends.                                      |
| grantedOn    | date           | Date that the permission starts.                                    |

### Example

```
{
    "activeCount": 100,
    "etag": "abc123",
    "items": [
        {
            "address": {
                "addressLine1": "123 Main Street",
                "addressLine2": "Apt 456",
                "careOf": "John Doe",
                "country": "United States",
                "locality": "Cityville",
                "poBox": "789",
                "postalCode": "12345",
                "premises": "Building A",
                "region": "Stateville"
            },
            "appointedBefore": "2022-01-01",
            "appointedOn": "2023-02-15",
            "contactDetails": {
                "contactName": "Jane Smith"
            },
            "countryOfResidence": "United States",
            "dateOfBirth": {
                "day": 10,
                "month": 5,
                "year": 1980
            },
            "etag": "def456",
            "formerNames": [
                {
                    "forenames": "John",
                    "surname": "Doe"
                }
            ],
            "identification": {
                "identificationType": "Passport",
                "legalAuthority": "US Government",
                "legalForm": "Individual",
                "placeRegistered": "Cityville",
                "registrationNumber": "ABC123"
            },
            "isPre1992Appointment": true,
            "links": {
                "officer": {
                    "appointments": "https://example.com/appointments/123"
                },
                "self": "https://example.com/officer/123"
            },
            "name": "John Doe",
            "nationality": "American",
            "occupation": "Business Executive",
            "officerRole": "Director",
            "principalOfficeAddress": {
                "addressLine1": "456 Elm Street",
                "addressLine2": "Suite 789",
                "careOf": "Jane Smith",
                "country": "United States",
                "locality": "Townsville",
                "poBox": "123",
                "postalCode": "54321",
                "premises": "Office Tower",
                "region": "Stateville"
            },
            "resignedOn": "2023-07-31",
            "responsibilities": "Overseeing company operations",
            "appointments": [
                {
                    "dateOfBirth": {
                        "month": "integer",
                        "year": "integer"
                    },
                    "etag": "string",
                    "isCorporateOfficer": "boolean",
                    "items": [
                        {
                            "address": {
                                "addressLine1": "string",
                                "addressLine2": "string",
                                "careOf": "string",
                                "country": "string",
                                "locality": "string",
                                "poBox": "string",
                                "postalCode": "string",
                                "premises": "string",
                                "region": "string"
                            },
                            "appointedBefore": "date",
                            "appointedOn": "date",
                            "appointedTo": {
                                "companyName": "string",
                                "companyNumber": "string",
                                "companyStatus": "string"
                            },
                            "contactDetails": {
                                "contactName": "string"
                            },
                            "countryOfResidence": "string",
                            "formerNames": [
                                {
                                    "forenames": "string",
                                    "surname": "string"
                                }
                            ],
                            "identification": {
                                "identificationType": "string",
                                "legalAuthority": "string",
                                "legalForm": "string",
                                "placeRegistered": "string",
                                "registrationNumber": "string"
                            },
                            "isPre1992Appointment": "boolean",
                            "links": {
                                "company": "string"
                            },
                            "name": "string",
                            "nameElements": {
                                "forename": "string",
                                "honours": "string",
                                "otherForenames": "string",
                                "surname": "string",
                                "title": "string"
                            },
                            "nationality": "string",
                            "occupation": "string",
                            "officerRole": "string",
                            "principalOfficeAddress": {
                                "addressLine1": "string",
                                "addressLine2": "string",
                                "careOf": "string",
                                "country": "string",
                                "locality": "string",
                                "poBox": "string",
                                "postalCode": "string",
                                "premises": "string",
                                "region": "string"
                            },
                            "resignedOn": "date",
                            "responsibilities": "string"
                        }
                    ],
                    "itemsPerPage": "integer",
                    "kind": "string",
                    "links": {
                        "self": "string"
                    },
                    "name": "string",
                    "startIndex": "integer",
                    "totalResults": "integer"
                }
            ],
            "naturalOfficerDisqualifications": [
                {
                    "dateOfBirth": "date",
                    "disqualifications": [
                        {
                            "address": {
                                "addressLine1": "string",
                                "addressLine2": "string",
                                "country": "string",
                                "locality": "string",
                                "postalCode": "string",
                                "premises": "string",
                                "region": "string"
                            },
                            "caseIdentifier": "string",
                            "companyNames": [
                                "string"
                            ],
                            "courtName": "string",
                            "disqualificationType": "string",
                            "disqualifiedFrom": "date",
                            "disqualifiedUntil": "date",
                            "heardOn": "date",
                            "lastVariation": [
                                {
                                    "caseIdentifier": "string",
                                    "courtName": "string",
                                    "variedOn": "date"
                                }
                            ],
                            "reason": {
                                "act": "string",
                                "article": "string",
                                "descriptionIdentifier": "string",
                                "section": "string"
                            },
                            "undertakenOn": "date"
                        }
                    ],
                    "etag": "string",
                    "forename": "string",
                    "honours": "string",
                    "kind": "string",
                    "links": {
                        "self": "string"
                    },
                    "nationality": "string",
                    "otherForenames": "string",
                    "permissionsToAct": [
                        {
                            "companyNames": [
                                "string"
                            ],
                            "courtName": "string",
                            "expiresOn": "date",
                            "grantedOn": "date"
                        }
                    ],
                    "surname": "string",
                    "title": "string"
                }
            ],
            "corporateOfficerDisqualifications": [
                {
                    "companyNumber": "string",
                    "countryOfRegistration": "string",
                    "disqualifications": [
                        {
                            "address": {
                                "addressLine1": "string",
                                "addressLine2": "string",
                                "country": "string",
                                "locality": "string",
                                "postalCode": "string",
                                "premises": "string",
                                "region": "string"
                            },
                            "caseIdentifier": "string",
                            "companyNames": [
                                "string"
                            ],
                            "courtName": "string",
                            "disqualificationType": "string",
                            "disqualifiedFrom": "date",
                            "disqualifiedUntil": "date",
                            "heardOn": "date",
                            "lastVariation": [
                                {
                                    "caseIdentifier": "string",
                                    "courtName": "string",
                                    "variedOn": "date"
                                }
                            ],
                            "reason": {
                                "act": "string",
                                "article": "string",
                                "descriptionIdentifier": "string",
                                "section": "string"
                            },
                            "undertakenOn": "date"
                        }
                    ],
                    "etag": "string",
                    "kind": "string",
                    "links": {
                        "self": "string"
                    },
                    "name": "string",
                    "permissionsToAct": [
                        {
                            "companyNames": [
                                "string"
                            ],
                            "courtName": "string",
                            "expiresOn": "date",
                            "grantedOn": "date"
                        }
                    ]
                }
            ]
        }
    ],
    "kind": "response",
    "links": {
        "self": "https://example.com/officers"
    },
    "resignedCount": 20,
    "itemsPerPage": 50,
    "startIndex": 0,
    "totalResults": 120
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.transactionlink.io/docs/v1/integrations/companies-house/public-data-api/officers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
