List Defendants
Defendants
List Defendants
Returns a paginated list of defendants for a lawsuit.
Defendants are sub-resources of lawsuits. A lawsuit must exist for the given event.
Each defendant is either an insured (linked via insuredId) or a non-insured party (identified by nonInsuredName).
Required permission: company.event:export
GET
List Defendants
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Event identifier
Query Parameters
Filter by specific defendant ID(s)
Search across quote number, description, and other text fields
Field to sort by (default createdAt)
Available options:
createdAt, updatedAt Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1