Get Company Charges
Endpoint URL:
https://api.company-information.service.gov.uk/company/{companyNumber}/charges
This function returns -> chargeList resource
{ "etag": "string", "items": [ { "acquired_on": "date", "assests_ceased_released": "string", "charge_code": "string", "charge_number": "integer", "classification": [ { "description": "string", "type": "string" } ], "covering_instrument_date": "date", "created_on": "date", "delivered_on": "date", "etag": "string", "id": "string", "insolvency_cases": [ { "case_number": "string", "links": [ { "case": "string" } ] } ], "links": [ { "self": "string" } ], "more_than_four_persons_entitled": "boolean", "particulars": [ { "chargor_acting_as_bare_trustee": "boolean", "contains_fixed_charge": "boolean", "contains_floating_charge": "boolean", "contains_negative_pledge": "boolean", "description": "string", "floating_charge_covers_all": "boolean", "type": "string" } ], "persons_entitled": [ { "name": "string" } ], "resolved_on": "date", "satisfied_on": "date", "scottish_alterations": [ { "has_alterations_to_order": "boolean", "has_alterations_to_prohibitions": "boolean", "has_alterations_to_provisions": "boolean" } ], "secured_details": [ { "description": "string", "type": "string" } ], "status": "string", "transactions": [ { "delivered_on": "date", "filing_type": "string", "insolvency_case_number": "string", "links": [ { "filing": "string", "insolvency_case": "string" } ] } ] } ], "part_satisfied_count": "integer", "satisfied_count": "integer", "total_count": "integer", "unfiletered_count": "integer" }