- Defendants belong to a lawsuit, accessed via the event path:
/events/{eventId}/lawsuit/defendants - Each defendant is either an insured (linked via
insuredId) or a non-insured party (identified bynonInsuredName) — exactly one must be set - Defendants can optionally be linked to an attorney and/or law firm
- Deleting a defendant is a soft delete — the record is preserved but no longer returned by GET or LIST
API Endpoints
- List Defendants - Retrieve paginated list of defendants for a lawsuit
- Create Defendant - Create a defendant for a lawsuit
- Get Defendant - Retrieve a single defendant by ID
- Update Defendant - Update a defendant (send null to clear fields)
- Delete Defendant - Soft delete a defendant
Nullable Fields
The following fields may benull in the response:
Filtering and Sorting
Filter Parameters
Sorting Parameters
Pagination
Response includes:
items- Array of defendants for the current pagetotalCount- Total number of matching defendants across all pages
