Skip to content

How do I get the parties for a docket using the API? #1499

Answered by mlissner
mlissner asked this question in Q&A
Discussion options

You must be logged in to vote

This is a very tricky part of the API and indeed it's a tricky part of the whole system — even when we have direct access to the database, it's sometimes very challenging to make the correct queries and to make those queries efficient.

Some things that make performance difficult:

  • Some attorneys have represented thousands of parties through things like class action cases
  • Some parties — like "USA," for example — have been represented by thousands of attorneys
  • Some cases have thousands of parties and attorneys

Taken together, this is why parties and attorneys are not simply folded into the docket objects. It would be a disaster to have thousands of parties and attorneys in a docket — this …

Replies: 1 comment

Comment options

mlissner
Dec 11, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mlissner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant