Get the filing history list of a company
GET https://api.company-information.service.gov.uk/company/{company_number}/filing-history
Parameter name | Value | Description | Additional |
---|---|---|---|
company_number | string | The company number that the filing history is required for. |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
category | string | One or more comma-separated categories to filter by (inclusive). |
|
items_per_page | integer | The number of filing history items to return per page. |
|
start_index | integer | The index into the entire result set that this result page starts. |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Filing history items resource returned |
filingHistoryList |
401 | Unauthorized Unauthorised |
error |
404 | Not Found Filing history not available for this company |