Document

A case will contain many more documents than are uploaded to the Clearinghouse. We generally add documents that provide additional information that help someone understand what is going on in the case, such as complaints, opinions, orders, and settlement agreements. We also add documents that we find particularly interesting, such as letters between lawyers about how to litigate the case. Particularly interesting documents that apply more broadly, such as memoranda explaining a complex litigation strategy involving multiple cases, are uploaded as resources (see Resource).

Example: a completely blank document
{
    date: "",
    date_is_estimate: false,
    date_not_available: false,
    description: null,
    document_source: "",
    document_type: "",
    order_type: "",
    citation_paren: null,
    cite_1_page: null,
    cite_1_reporter: null,
    cite_1_vol: null,
    cite_2_page: null,
    cite_2_reporter: null,
    cite_2_vol: null,
    cite_3_page: null,
    cite_3_reporter: null,
    cite_3_vol: null,
    citation_status: "",
    court: "",
    no_title: false,
    party_types: [],
    per_curium: false,
    is_core_document: false,
    file: "",
    title: "",
    public_note: "",
    document_type_other: "",
    external_url: "",
    ecf_number: "",
    clearinghouse_link: "",
    id: 00000,
    document_status: ""
}

For more information:

FieldTypeDocumentation (link)

date

string

date_is_estimate

boolean

date_not_available

boolean

description

string

document_source

string

document_type

string

order_type

string

citation_paren

string

cite_1_page

number

cite_1_reporter

string

cite_1_vol

number

cite_2_page

number

cite_2_reporter

string

cite_2_vol

number

cite_3_page

number

cite_3_reporter

string

cite_3_vol

number

citation_status

string

court

string

no_title

boolean

party_types

array[string]

per_curium

boolean

is_core_document

boolean

file

string

title

string

public_note

string

document_type_other

string

external_url

string

ecf_number

string

clearinghouse_link

string

id

number

document_status

string

Last updated