Phases
Cases progress through these phases in order:| Phase ID | Name | What happens |
|---|---|---|
caseInitiation | Case Initiation | Claimant creates the case and files their statement of claim. |
caseFiling | Case Filing | Claimant pays the filing fee and initiates service of notice to the respondent. |
response | Response | Respondent is given a window to join the case and submit their statement of response. |
arbitratorAppointment | Arbitrator Appointment | A neutral arbitrator is assigned to the case. |
caseManagementConference | Case Management Conference | Parties may file motions. The arbitrator outlines upcoming deadlines. |
evidenceSubmissions | Evidence Submissions | Both parties submit any remaining evidence. |
evidenceExchange | Evidence Exchange | All private evidence becomes visible to both sides. |
preHearingSubmissions | Pre-Hearing Submissions | Both parties submit their final written statements. |
hearing | Hearing | The case manager organizes all materials for the arbitrator. |
deliberation | Deliberation | The arbitrator reviews everything and prepares a decision. |
awardIssuance | Award Issuance | The arbitrator issues the final award and the case is closed. |
Payload
The case that changed phases.
The phase the case transitioned from.
The phase the case transitioned to.
Example
Common patterns
Auto-file final statement when pre-hearing opens
Auto-file final statement when pre-hearing opens
Listen for
currentPhaseID: "preHearingSubmissions" and automatically create and submit your Final Statement of Case using the filing endpoints.File a motion when respondent doesn't respond
File a motion when respondent doesn't respond
If the case moves from
response to arbitratorAppointment without the respondent filing, you can file a motion requesting a default ruling.