Companies House · Schema

appointmentList

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
date_of_birth object The officer's date of birth details.
etag string The ETag of the resource.
is_corporate_officer boolean Indicator representing if the officer is a corporate body.
items array The list of officer appointments.
items_per_page integer The number of officer appointments to return per page.
kind string
links object Links to other resources associated with this officer appointment resource.
name string The corporate or natural officer name.
start_index integer The first row of data to retrieve, starting at 0. Use this parameter as a pagination mechanism along with the `items_per_page` parameter.
total_results integer The total number of officer appointments in this result set.
View JSON Schema on GitHub

JSON Schema

appointmentlist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "appointmentList",
  "properties": {
    "date_of_birth": {
      "description": "The officer's date of birth details.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/officerAppointmentList.json#/definitions/dateOfBirth"
      },
      "type": "object"
    },
    "etag": {
      "description": "The ETag of the resource.",
      "type": "string"
    },
    "is_corporate_officer": {
      "description": "Indicator representing if the officer is a corporate body.",
      "type": "boolean"
    },
    "items": {
      "description": "The list of officer appointments.",
      "type": "array",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/officerAppointmentList.json#/definitions/officerAppointmentSummary"
      }
    },
    "items_per_page": {
      "description": "The number of officer appointments to return per page.",
      "type": "integer"
    },
    "kind": {
      "enum": [
        "personal-appointment"
      ],
      "type": "string"
    },
    "links": {
      "description": "Links to other resources associated with this officer appointment resource.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/officerAppointmentList.json#/definitions/officerLinkTypes"
      },
      "type": "object"
    },
    "name": {
      "description": "The corporate or natural officer name.",
      "type": "string"
    },
    "start_index": {
      "description": "The first row of data to retrieve, starting at 0. Use this parameter as a pagination mechanism along with the `items_per_page` parameter.",
      "type": "integer"
    },
    "total_results": {
      "description": "The total number of officer appointments in this result set.",
      "type": "integer"
    }
  },
  "required": [
    "etag",
    "is_corporate_officer",
    "items",
    "items_per_page",
    "kind",
    "links",
    "name",
    "start_index",
    "total_results"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/appointmentlist"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.