- Attorneys are company-scoped, reusable entities that can be associated with lawsuits
- An attorney can serve as plaintiff counsel (on a lawsuit) or defense counsel (on a defendant)
- Attorneys can optionally be linked to a law firm payee via
lawFirmId
API Endpoints
- List Attorneys - Retrieve paginated list of attorneys with filtering and sorting
- Create Attorney - Create a new attorney
- Get Attorney - Retrieve a single attorney by ID
- Update Attorney - Update an existing attorney
- Delete Attorney - Soft delete an attorney
Nullable Fields
The following fields may benull in the response:
Filtering and Sorting
Filter Parameters
Sorting Parameters
Pagination
Response includes:
items- Array of attorneys for the current pagetotalCount- Total number of matching attorneys across all pages
