Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • Output
  • Filing History Item
  • Annotation
  • Associated Filing
  • Resolution
  • Links
  • Example

Was this helpful?

  1. Integrations
  2. Companies House
  3. Public Data Api

Filing History

Output

Attribute
Type
Description
Additional

etag

string

The ETag of the resource.

filingHistoryStatus

string

The status of this filing history.

Possible values are:

  • filing-history-available

array<object>

The filing history items.

kind

string

Indicates this resource is a filing history.

Possible values are:

  • filing-history

totalCount

number

The total number of filing history items for this company.

Filing History Item

Attribute
Type
Description
Additional

array<object>

Annotations for the filing.

Optional

array<object>

Any filings associated with the current item.

Optional

barcode

string

The barcode of the document.

Optional

category

string

The category of the document filed.

Possible values are:

  • accounts

  • address

  • annual-return

  • capital

  • change-of-name

  • incorporation

  • liquidation

  • miscellaneous

  • mortgage

  • officers

  • resolution

date

date

The date the filing was processed.

description

string

A description of the filing.

object

Links to other resources associated with this filing history item.

Optional

pages

number

Number of pages within the PDF document (links.document_metadata)

Optional

paperFiled

boolean

If true, indicates this is a paper filing.

Optional

array<object>

Resolutions for the filing.

Optional

subcategory

string

The sub-category of the document filed.

Possible values are:

  • resolution

transactionId

string

The transaction ID of the filing.

type

string

The type of filing.

Annotation

Attribute
Type
Description
Additional

annotation

string

The annotation text.

date

date

The date the annotation was added.

description

string

A description of the annotation.

Associated Filing

Attribute
Type
Description
Additional

date

date

The date the associated filing was processed.

description

string

A description of the associated filing.

type

string

The type of the associated filing.

Resolution

Attribute
Type
Description
Additional

category

string

The category of the resolution filed.

Possible values are:

  • miscellaneous

description

string

A description of the associated filing.

documentId

string

The document id of the resolution.

Optional

receiveDate

date

The date the resolution was processed.

subcategory

string

The sub-category of the document filed.

Possible values are:

  • resolution

type

string

The type of the associated filing.

Links

Attribute
Type
Description
Additional

documentMetadata

string

Link to the document metadata associated with this filing history item.

Optional

self

string

Link to this filing history item.

Optional

Example

{
    "etag": "abc123",
    "filingHistoryStatus": "Accepted",
    "items": [
        {
            "annotations": [
                {
                    "annotation": "This is an annotation.",
                    "date": "2023-01-15",
                    "description": "Annotation description"
                }
            ],
            "associatedFilings": [
                {
                    "date": "2023-01-16",
                    "description": "Associated filing description",
                    "type": "Associated Filing Type"
                }
            ],
            "barcode": "123456789",
            "category": "Annual Return",
            "date": "2023-01-14",
            "description": "Filing history description",
            "links": {
                "documentMetadata": "https://example.com/document/123456789",
                "self": "https://example.com/filing/987654321"
            },
            "pages": 5,
            "paperFiled": false,
            "resolutions": [
                {
                    "category": "Ordinary resolution",
                    "description": "Resolution description",
                    "documentId": "456789012",
                    "receiveDate": "2023-01-13",
                    "subcategory": "Shareholder resolution",
                    "type": "Resolution Type"
                }
            ],
            "subcategory": "Annual Return Subcategory",
            "transactionId": "789012345",
            "type": "Filing Type"
        }
    ],
    "itemsPerPage": 10,
    "kind": "response",
    "startIndex": 0,
    "totalCount": 50
}
PreviousUK EstablishmentsNextRegisters

Last updated 1 year ago

Was this helpful?

items
annotations
associatedFilings
links
resolutions