Filing History

Output

AttributeTypeDescriptionAdditional

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

AttributeTypeDescriptionAdditional

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

AttributeTypeDescriptionAdditional

annotation

string

The annotation text.

date

date

The date the annotation was added.

description

string

A description of the annotation.

Associated Filing

AttributeTypeDescriptionAdditional

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

AttributeTypeDescriptionAdditional

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.

AttributeTypeDescriptionAdditional

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
}

Last updated