T2A
Click here for a complete list of operations.
company_filing_history
Obtain the filing history for a UK company.
Using a full company number, this method returns the filing history for the company.
Each item contains an 'image key' which may be optionally used with the 'company_document_info' method.
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /soap/t2a.asmx HTTP/1.1
Host: api.t2a.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://api.t2a.io/soap/company_filing_history"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<company_filing_history xmlns="https://api.t2a.io/soap">
<api_key>string</api_key>
<client>string</client>
<company_number>string</company_number>
<page_id>string</page_id>
</company_filing_history>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<company_filing_historyResponse xmlns="https://api.t2a.io/soap">
<company_filing_historyResult>
<previous_page_id>string</previous_page_id>
<next_page_id>string</next_page_id>
<filing_history_list>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list xsi:nil="true" />
</company_filing_history>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list xsi:nil="true" />
</company_filing_history>
</filing_history_list>
</company_filing_historyResult>
</company_filing_historyResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /soap/t2a.asmx HTTP/1.1
Host: api.t2a.io
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<company_filing_history xmlns="https://api.t2a.io/soap">
<api_key>string</api_key>
<client>string</client>
<company_number>string</company_number>
<page_id>string</page_id>
</company_filing_history>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<company_filing_historyResponse xmlns="https://api.t2a.io/soap">
<company_filing_historyResult>
<previous_page_id>string</previous_page_id>
<next_page_id>string</next_page_id>
<filing_history_list>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list xsi:nil="true" />
</company_filing_history>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list xsi:nil="true" />
</company_filing_history>
</filing_history_list>
</company_filing_historyResult>
</company_filing_historyResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /soap/t2a.asmx/company_filing_history?api_key=string&client=string&company_number=string&page_id=string HTTP/1.1 Host: api.t2a.io
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<company_filing_history_res xmlns="https://api.t2a.io/soap">
<previous_page_id>string</previous_page_id>
<next_page_id>string</next_page_id>
<filing_history_list>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list>
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</child_list>
</company_filing_history>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list>
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</child_list>
</company_filing_history>
</filing_history_list>
</company_filing_history_res>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /soap/t2a.asmx/company_filing_history HTTP/1.1 Host: api.t2a.io Content-Type: application/x-www-form-urlencoded Content-Length: length api_key=string&client=string&company_number=string&page_id=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<company_filing_history_res xmlns="https://api.t2a.io/soap">
<previous_page_id>string</previous_page_id>
<next_page_id>string</next_page_id>
<filing_history_list>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list>
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</child_list>
</company_filing_history>
<company_filing_history>
<model_articles>string</model_articles>
<document_description>string</document_description>
<document_date>string</document_date>
<form_type>string</form_type>
<image_key>string</image_key>
<doc_being_scanned>string</doc_being_scanned>
<child_list>
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<company_filing_history_child d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</child_list>
</company_filing_history>
</filing_history_list>
</company_filing_history_res>