Getting a 404 Not Found on a particular officer - possible data issue?

https://api.companieshouse.gov.uk/company/12303806/officers is returning the following URL for an officer /officers/BSOujVgOmtN3mJj_P0Vxi3WX4Xc/appointments but this endpoint returns a 404 Not Found error

Just tried this - no issues for me (see below)?

How were you accessing this?

curl -uMY_API_KEY: "https://api.companieshouse.gov.uk/company/12303806/officers"

{
    "items_per_page": 35,
    "active_count": 1,
    "start_index": 0,
    "inactive_count": 0,
    "total_results": 1,
    "resigned_count": 0,
    "kind": "officer-list",
    "links": {
        "self": "/company/12303806/officers"
    },
    "items": [
        {
            "occupation": "Director",
            "nationality": "British",
           ...
        }
    ],
    "etag": "d27ec79fa96dec0b29ced2f9456089f620056168"
}

That does not look right, I will get it investigated right now.

Sorry about that. This is now resolved.
Thank you for taking the time to report it.

1 Like