[Solved] Filing history missing from API

Hi,

We’re pulling in filing history for different companies, and we noticed that in some instances the data returned via the API is not the same as what is returned on the Companies house website itself.

For example Collabrotech Limited

I only get the first item back via the api:

{{
“items_per_page”: 100,
“start_index”: 0,
“filing_history_status”: “filing-history-available”,
“total_count”: 1,
“items”: [
{
“links”: {
“self”: “/company/11388497/filing-history/MzIwNjA3NzQ3OGFkaXF6a2N4”,
“document_metadata”: “https://frontend-doc-api.companieshouse.gov.uk/document/1oSaQMH1_ecPYlPwaNPn6VlQbiWigvsL2Ec5tXsN8y4
},
“associated_filings”: [
{
“action_date”: 1527638400000,
“category”: “capital”,
“date”: “2018-05-30”,
“description”: “statement-of-capital”,
“description_values”: {
“capital”: [
{
“currency”: “GBP”,
“figure”: “1”
}
],
“date”: “2018-05-30”
},
“type”: “SH01”
},
{
“category”: “incorporation”,
“date”: “2018-05-30”,
“description”: “model-articles-adopted”,
“type”: “MODEL ARTICLES”
}
],
“description”: “incorporation-company”,
“date”: “2018-05-30”,
“category”: “incorporation”,
“type”: “NEWINC”,
“pages”: 10,
“barcode”: “X76YZZ4Q”,
“transaction_id”: “MzIwNjA3NzQ3OGFkaXF6a2N4”
}
]
}}

Is there any reason for this? Are we missing something?

Thanks

Vickie

This appears to have resolved itself.