Returns all the basic building blocks (parties, phases, documents) you can use to build a timetable.
access token
Schemas successfully returned.
All available parties you can reference.
[
{
"id": "claimant",
"label": "Claimant",
"description": "Person or entity that brings the claim."
},
{
"id": "respondent",
"label": "Respondent",
"description": "Party responding to the claim."
},
{
"id": "arbitrator",
"label": "Arbitrator",
"description": "Neutral decision-maker overseeing the case."
},
{
"id": "caseManager",
"label": "Case Manager",
"description": "Staff member managing case logistics."
}
]All available case phases.
[
{
"id": "caseInitiation",
"label": "Case Initiation",
"description": "Early steps to start the case."
},
{
"id": "caseFiling",
"label": "Case Filing",
"description": "Formal filing and service of key documents."
}
]All available document types.
[
{
"id": "statementOfClaim",
"label": "Statement of Claim",
"description": "The initial filing outlining claims and relief sought."
},
{
"id": "noticeOfServiceOfProcess",
"label": "Notice of Service of Process",
"description": "Notice confirming the respondent was properly served."
}
]