API Parameters
/hearing/v1/create
Create a new hearing
- tenantId (Tenant ID)
String
- caseId (Case ID associated with the hearing)
String
- hearingType (Type of hearing)
String
- status (Status of the hearing)
String
- startTime (Start time of the hearing)
Integer (Epoch)
- endTime (End time of the hearing)
Integer (Epoch)
- venue (Location of the hearing)
String
- presidingOfficer (Officer presiding over the hearing)
String
/hearing/v1/update
Update an existing hearing
- tenantId (Tenant ID)
String
- hearingId (ID of the hearing to be updated)
String
- caseId (Case ID associated with the hearing)
String
- hearingType (Updated hearing type)
String
- status (Updated status of the hearing)
String
- startTime (Updated start time of the hearing)
Integer (Epoch)
- endTime (Updated end time of the hearing)
Integer (Epoch)
- venue (Updated location of the hearing)
String
- presidingOfficer (Updated presiding officer)
String
/hearing/v1/search
Search for hearings based on criteria
- tenantId (Required, tenant ID for filtering)
String
- caseId (Optional, filter by case ID)
String
- hearingId (Optional, filter by hearing ID)
String
- hearingType (Optional, filter by hearing type)
String
- status (Optional, filter by hearing status)
String
- startTime (Optional, filter by start time)
Integer (Epoch)
- endTime (Optional, filter by end time)
Integer (Epoch)
- venue (Optional, filter by venue)
String
- presidingOfficer (Optional, filter by presiding officer)
String
Last updated