Skip to main content
This event fires every time a document is officially added to a case’s docket — whether filed by the claimant, respondent, or case manager. Use it to trigger workflows like logging filings, notifying your team, or automatically preparing a response.

Payload

string
required
Unique identifier for this docket entry.
string
required
ISO 8601 timestamp of when the entry was added to the docket.
string
required
Unique identifier for the document filing.
string
required
The case this filing belongs to.
string
required
The phase the case was in when the document was filed. See Schemas for valid phase IDs.
string
required
The type of document that was filed (e.g. statementOfClaim, statementOfResponse, motion). See Schemas for all document types.
string
required
The user who filed the document.
string
The organization of the user who filed, if applicable.
string
required
The party role of the filer (e.g. claimant, respondent, caseManager).
string
If this entry is related to another docket entry, the ID of the root entry in the chain.
string
If this entry is a direct reply to another docket entry, the ID of the parent entry.

Example