API Parameters
/v1/_create
Create a new piece of evidence
- tenantId (Tenant ID)
String
- caseId (Case ID associated with the evidence)
String
- filingNumber (Filing number for the case)
String
- applicationId (Application ID associated with the evidence)
String
- evidenceNumber (Evidence number)
String
- mediaType (Type of media, e.g., audio, video)
String
- evidenceType (Legal classification of the evidence)
String
- sourceType (Source classification, e.g., complaint, accusation)
String
- createdDate (Date when the evidence was created)
Integer (Epoch)
/v1/_update
Update an existing piece of evidence
- tenantId (Tenant ID)
String
- caseId (Case ID)
String
- filingNumber (Filing number)
String
- evidenceNumber (Evidence number)
String
- mediaType (Updated media type)
String
- evidenceType (Updated evidence type)
String
- sourceType (Updated source type)
String
- createdDate (Updated creation date)
Integer (Epoch)
/v1/_search
Search for evidence based on criteria
- tenantId (Required, tenant ID)
String
- caseId (Optional, case ID)
String
- filingNumber (Optional, filing number)
String
- evidenceNumber (Optional, evidence number)
String
- mediaType (Optional, media type)
String
- evidenceType (Optional, evidence type)
String
- sourceType (Optional, source type)
String
- createdDate (Optional, creation date)
Integer (Epoch)
/v1/addComment
Add a comment to a piece of evidence
- tenantId (Tenant ID)
String
- caseId (Case ID)
String
- evidenceId (ID of the evidence to comment on)
String
- comment (Text of the comment)
String
Last updated