openapi: 3.1.0 info: title: Lex Machina Alerts Federal District Cases API version: '20260324' description: Alerts. servers: - url: https://api.lexmachina.com description: Lex Machina production API tags: - name: Federal District Cases description: Federal district court cases. paths: /analyze-district-cases/from-query: post: tags: - Federal District Cases summary: Analyze District Cases From Query operationId: analyze_district_cases_from_query requestBody: content: application/json: schema: $ref: '#/components/schemas/DistrictCaseAnalyticFromQuery' examples: District Case Law Firm Count by Role from Query: summary: District Case Law Firm Count by Role from Query description: district case counts of lawfirms by role for contracts cases in njd filed in 2019 and terminated in 2021 value: '{"analyticType": "LawFirmCountByRole", "districtCaseQuery": {"courts": {"include": ["njd"]}, "caseTypes": {"include": ["Contracts"]}, "dates": {"filed": {"onOrAfter": "2019-01-01", "onOrBefore": "2019-12-31"}, "terminated": {"onOrAfter": "2021-01-01", "onOrBefore": "2021-12-31"}}}}' required: true responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CaseAnalyticResult' examples: District Case Law Firm Count by Role from Query: summary: District Case Law Firm Count by Role from Query value: totalCases: 63 aggregation: data: - lawFirmId: 3571 lawFirmName: State of New Jersey rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 12 - role: Third Party count: 0 - lawFirmId: 4743 lawFirmName: Greenbaum, Rowe, Smith & Davis rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 13 - role: Third Party count: 0 - lawFirmId: 79274506 lawFirmName: John Zidziunas & Associates rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 12 - role: Third Party count: 0 - lawFirmId: 74149061 lawFirmName: Riker Danzig rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 11 - role: Third Party count: 0 - lawFirmId: 73892766 lawFirmName: Nukk-Freeman rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 11 - role: Third Party count: 0 - lawFirmId: 69826 lawFirmName: Clark Hill rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 10 - role: Third Party count: 0 - lawFirmId: 2764992 lawFirmName: Price, Meese, Shulman & D'Arminio rolesAndCounts: - role: Plaintiff count: 3 - role: Defendant count: 4 - role: Third Party count: 0 - lawFirmId: 948987 lawFirmName: Connell Foley rolesAndCounts: - role: Plaintiff count: 6 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 160737897 lawFirmName: Campbell Rocco Law rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 6 - role: Third Party count: 0 - lawFirmId: 73924463 lawFirmName: Sills Cummis & Gross rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 6 - role: Third Party count: 0 - lawFirmId: 28526743 lawFirmName: Schenck Price Smith & King rolesAndCounts: - role: Plaintiff count: 5 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 95470716 lawFirmName: Randy Scott Zelin rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 6 - role: Third Party count: 0 - lawFirmId: 79063 lawFirmName: Herzfeld & Rubin rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 5 - role: Third Party count: 0 - lawFirmId: 485015 lawFirmName: Post & Schell rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 5 - role: Third Party count: 0 - lawFirmId: 433 lawFirmName: Reed Smith rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 5 - role: Third Party count: 0 - lawFirmId: 24440 lawFirmName: Ballard Spahr rolesAndCounts: - role: Plaintiff count: 3 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 119127128 lawFirmName: Coughlin Midlige & Garland rolesAndCounts: - role: Plaintiff count: 4 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 13647919 lawFirmName: Saiber rolesAndCounts: - role: Plaintiff count: 3 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 16 lawFirmName: Greenberg Traurig rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 4 - role: Third Party count: 0 - lawFirmId: 226013496 lawFirmName: Fox Rothschild rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 78110100 lawFirmName: Trinity & Farsiou rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 2634106 lawFirmName: Houser & Allison rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 2944840 lawFirmName: Chiesa Shahinian & Giantomasi rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 1 - lawFirmId: 1927 lawFirmName: Saul Ewing Arnstein & Lehr rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 76758445 lawFirmName: White and Williams rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 9441075 lawFirmName: Braff, Harris, Sukoneck & Maloof rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 3625370 lawFirmName: Wolff & Samson rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 1 - lawFirmId: 2544529 lawFirmName: Feder Kaszovitz rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 21177272 lawFirmName: Blank Rome rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 198107902 lawFirmName: Landman Corsi Ballaine & Ford rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 91790 lawFirmName: Lake & Cobb rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 110748325 lawFirmName: Finestein & Malloy rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 1359265 lawFirmName: John E. Osborn rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 3 - role: Third Party count: 0 - lawFirmId: 32792 lawFirmName: Wilson Elser rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 191985184 lawFirmName: Law Offices of Joel C. Seltzer rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 53613883 lawFirmName: Fishkin Lucks rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 16080674 lawFirmName: Zukerman Gore Brandeis & Crossman rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 87952 lawFirmName: FordHarrison rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 54662 lawFirmName: Lewis Brisbois Bisgaard & Smith rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 2 - lawFirmId: 86880158 lawFirmName: Anderson & Shah rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 45565730 lawFirmName: Littleton Park Joyce Ughetta & Kelly rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 192889343 lawFirmName: Gennet, Kallmann, Antin, Sweetman & Nichols rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 10016960 lawFirmName: MARK S. KANCHER rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 284166 lawFirmName: Marks & Klein rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 3641580 lawFirmName: Gordon Rees Scully Mansukhani rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 482562 lawFirmName: McCarter & English rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 8286817 lawFirmName: McElroy, Deutsch, Mulvaney & Carpenter rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 74592432 lawFirmName: McNelly Law Group rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 871412 lawFirmName: Bressler, Amery & Ross rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 211807676 lawFirmName: Brown & Connery rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 159371016 lawFirmName: Hurvitz & Waldman rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 604 lawFirmName: Department of Justice rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 5000 lawFirmName: Dinsmore & Shohl rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 14953455 lawFirmName: KML Law Group rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 2840450 lawFirmName: Robins Kaplan rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 48787777 lawFirmName: Rosenblatt Law (rosenblattlegal.com) rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 84836034 lawFirmName: Scarinci Hollenbeck rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 1200526 lawFirmName: Sherman Silverstein Kohl Rose & Podolsky rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 14984471 lawFirmName: Donnelly Minter & Kelly rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 2559918 lawFirmName: Lauletta Birnbaum rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 204149042 lawFirmName: Thomas Paschos & Associates rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 72715108 lawFirmName: ARBUS MAYBRUCH & GOODE rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 108090 lawFirmName: Cavanagh Law Firm rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 73726804 lawFirmName: Triarsi, Betancourt, Wukovits & Dugan rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 25034 lawFirmName: Troutman Pepper Locke rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 32096952 lawFirmName: Verner Simon rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 720671 lawFirmName: FisherBroyles rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 57787079 lawFirmName: Law Offices of Frank Lagano rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 2 - role: Third Party count: 0 - lawFirmId: 16233164 lawFirmName: Whiteman Law Group (whitemanlawgroup.com) rolesAndCounts: - role: Plaintiff count: 2 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 175082254 lawFirmName: The Choi Law Group rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 9007590 lawFirmName: TheChoiLawGroup rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 43709706 lawFirmName: Abilheira & Associates rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 2259387 lawFirmName: The Sultzer Law Group rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 295568 lawFirmName: Thomas, Thomas & Hafer rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 72927124 lawFirmName: TorricellaLaw rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 1103546 lawFirmName: Trachtman & Trachtman (trachtmanlaw.com) rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 2763131 lawFirmName: Walsh & Walsh, Esqs. rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 50008484 lawFirmName: Warshaw Burstein rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 10357 lawFirmName: Weir & Partners rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 2537860 lawFirmName: Wu & Kao rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 62232367 lawFirmName: The Law Offices of Bruce E. Baldinger rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 87592700 lawFirmName: Ameri Law Firm rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 73646052 lawFirmName: Antar Law Firm rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 241440 lawFirmName: Archer & Greiner rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 479700 lawFirmName: Armstrong Teasdale rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 709843 lawFirmName: Ausley & McMullen rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 122592469 lawFirmName: Berger Law Group (bergerlawpc.com) rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 2735110 lawFirmName: Beshada Farnese rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8195708 lawFirmName: Billet & Associates rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 53440905 lawFirmName: Bolan Jahnsen Dacey rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 167401 lawFirmName: Brach Eichler rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 126 lawFirmName: Buchanan Ingersoll & Rooney rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 129518605 lawFirmName: Carkhuff & Radmin rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8722539 lawFirmName: Casey & Barnett rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8072075 lawFirmName: Clark & Fox rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 69545896 lawFirmName: Cooper Levenson rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 10918693 lawFirmName: Cruser, Mitchell, Novitz, Sanchez, Gaston & Zimet rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 8142859 lawFirmName: de Luca Levine rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8289965 lawFirmName: Duane Morris rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 54210250 lawFirmName: ExteNet Systems rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 376452 lawFirmName: FBT Gibbons rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 52792274 lawFirmName: Fein, Such, Kahn & Shepard rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 62784769 lawFirmName: Fink Law (finkpc.com) rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 2779711 lawFirmName: Fisher Zucker rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 16109046 lawFirmName: Furey & Baldassari rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 13760421 lawFirmName: Genova Burns rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 3467799 lawFirmName: Guarino & Co. Law Firm rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 8740242 lawFirmName: Hedinger & Lawless rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 358108 lawFirmName: Hellring, Lindeman, Goldstein & Siegal rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 160207893 lawFirmName: High Swartz rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 1281 lawFirmName: Hogan Lovells rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 92502870 lawFirmName: Inglesino, Webster, Wyciskala & Taylor rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 2572038 lawFirmName: Katz Melinger rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8763835 lawFirmName: Koller Law rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 549711 lawFirmName: Kudman Trachten Aloe rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 2227 lawFirmName: Kutak Rock rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 14012286 lawFirmName: Law Firm of Omar T. Mohammedi rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 41414585 lawFirmName: Law Office of Alexander Sakin rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 9362939 lawFirmName: Law Office of Dante DiPirro rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 62665815 lawFirmName: LAW OFFICE OF JOSEPH BASSO rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 3422064 lawFirmName: Law Office of Matthew H. Sontz rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 90856221 lawFirmName: LAW OFFICE OF MICHAEL K. ARROYO rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 4534806 lawFirmName: Law Office of Solomon E. Antar, Esq. rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 1330553 lawFirmName: Law Offices of Sheryl Mintz Goski rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 27625 lawFirmName: LeClairRyan rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 526832 lawFirmName: Lindabury, McCormick, Estabrook & Cooper rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 8758043 lawFirmName: Litman, Asche & Gioiella rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 16300000 lawFirmName: Lum, Drasco & Positan rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 186081396 lawFirmName: Marco & Sitaras rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 87951007 lawFirmName: Mavinkurve & Patel rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 23879 lawFirmName: McDonald Hopkins rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 99376948 lawFirmName: MCGUIRE LAW (CAROLYN M. MCGUIRE) rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 231206 lawFirmName: McGuireWoods rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 113516710 lawFirmName: Mellinger Kartzman rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 110402020 lawFirmName: Mensing Law rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 45200100 lawFirmName: MONTGOMERY McCRACKEN WALKER & RHOADS rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 175183 lawFirmName: Morrison Cohen rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 2544544 lawFirmName: Newman & Simpson rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 176436321 lawFirmName: Norris McLaughlin rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 2345451 lawFirmName: NOVA IP Law rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 1 - role: Third Party count: 0 - lawFirmId: 2538578 lawFirmName: Offit Kurman rolesAndCounts: - role: Plaintiff count: 0 - role: Defendant count: 0 - role: Third Party count: 1 - lawFirmId: 136372 lawFirmName: OlenderFeldman rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 2732255 lawFirmName: Price Parkinson & Kerr rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 43444228 lawFirmName: Ramp & Pisani, Esqs rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 85697163 lawFirmName: RAUCHWAY LAW (rauchwaylaw.com) rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 134 lawFirmName: Shumaker, Loop & Kendrick rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 9542806 lawFirmName: Sidney L. Gold & Associates rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 8511620 lawFirmName: Szaferman Lakind Blumstein & Blader rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 - lawFirmId: 1716416 lawFirmName: The Basil Law Group rolesAndCounts: - role: Plaintiff count: 1 - role: Defendant count: 0 - role: Third Party count: 0 '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /analyze-district-cases/from-alert/{alert_id}: get: tags: - Federal District Cases summary: Analyze District Cases From Alert operationId: analyze_district_cases_from_alert security: - JwtAccessBearer: [] parameters: - name: alert_id in: path required: true schema: type: integer title: Alert Id - name: analytic_type in: query required: true schema: $ref: '#/components/schemas/AnalyticTypes' - name: on_or_after in: query required: false schema: anyOf: - type: string format: date - type: 'null' description: alert start date title: On Or After description: alert start date - name: on_or_before in: query required: false schema: anyOf: - type: string format: date - type: 'null' description: alert end date title: On Or Before description: alert end date responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CaseAnalyticResult' examples: Case Counts by Type from Alert: summary: Case Counts by Type from Alert value: totalCases: 1633 aggregation: data: - caseType: Patent count: 1632 - caseType: Trademark count: 74 - caseType: Contracts count: 53 - caseType: Copyright count: 14 - caseType: Trade Secret count: 7 - caseType: Antitrust count: 5 - caseType: Internet count: 1 '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' /find-district-cases: get: tags: - Federal District Cases summary: Find District Case By Number description: 'Finds Lex Machina case ids for specified case numbers. - **case_numbers**: case number search strings - **court**: optional court to limit results Matches results for each individual case number is cut off at 1000 match results. Because case number formats vary, and because the case number for the same case can change over time, the search tries to err on the side of being more inclusive. So, this may return more results than you expect. For example, the search ignores judge initials at the end of case numbers. So, for case number "1:19-cv-00077-NLH-KMW", the trailing initials "NLH" and "KMW" will be ignored. The court param is optional and can be any of the name versions given by the /list-courts endpoint (must match capitalization). Providing a value for the court param will filter all case number searches in the request for cases within that court.' operationId: find_district_case_by_number security: - JwtAccessBearer: [] parameters: - name: caseNumbers in: query required: true schema: type: array uniqueItems: true items: type: string title: Casenumbers - name: court in: query required: false schema: anyOf: - type: string - type: 'null' title: Court responses: '200': description: Success content: application/json: schema: type: array items: $ref: '#/components/schemas/DistrictCaseNumberSearchResult' title: Response Find District Case By Number Find District Cases Get examples: Search for Two Case Numbers: summary: Search for Two Case Numbers value: - totalCount: 1 inputCaseNumber: 1:11-cv-11681 inputCourt: U.S. District Court for the District of Massachusetts matches: - url: https://api.lexmachina.com/district-cases/2000026401 districtCaseId: 2000026401 caseNumber: 1:11-cv-11681 court: U.S. District Court for the District of Massachusetts title: Momenta Pharmaceuticals, Inc. et al v. Amphastar Pharmaceuticals, Inc. et al - totalCount: 1 inputCaseNumber: 1:24-cv-11928 inputCourt: U.S. District Court for the District of Massachusetts matches: - url: https://api.lexmachina.com/district-cases/2034403653 districtCaseId: 2034403653 caseNumber: 1:24-cv-11928 court: U.S. District Court for the District of Massachusetts title: Anderson-O'Brien v. Sika Corporation '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' /district-cases/{district_case_id}: get: tags: - Federal District Cases summary: Get District Case description: 'Gets data for a single federal district case. - **district_case_id**: the Lex Machina districtCaseId - **docket_retrieval**: docket retreival mode' operationId: get_district_case security: - JwtAccessBearer: [] parameters: - name: district_case_id in: path required: true schema: type: integer title: District Case Id - name: docket_retrieval in: query required: false schema: anyOf: - type: string - type: 'null' description: '''all'' to retrieve docket entries for the case, if not provided no docket entries will be retrieved.' title: Docket Retrieval description: '''all'' to retrieve docket entries for the case, if not provided no docket entries will be retrieved.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DistrictCaseData' examples: single district court case: summary: single district court case value: districtCaseId: 2000007922 title: Apple Inc. v. Samsung Electronics Co. Ltd. et al court: U.S. District Court for the Northern District of California caseNo: 5:11-cv-01846-LHK status: Terminated caseType: - Antitrust - Contracts - Patent - Trademark caseTags: - Commercial - High-Volume Plaintiff - Design Patent - Appealed - SCOTUS Decision - 'Order re: Summary Judgment' - Claim Construction Hearing - Trial - 'Order re: Dismiss (Contested)' - Dilution - Breach of Contract - Jury Trial dates: filed: '2011-04-15' terminated: '2018-06-27' trial: '2012-07-31' lastDocket: '2018-06-29' resolution: summary: Claimant Win specific: Trial docketEntryFiled: '2012-08-24' docketEntryId: 2002219032 events: - type: Filed occurred: '2011-04-15' - type: Dismiss (Contested) occurred: '2011-10-18' - type: Claim Construction Hearing occurred: '2012-01-20' - type: Summary Judgment occurred: '2012-06-30' - type: Trial occurred: '2012-07-31' - type: Trial occurred: '2013-11-13' - type: Trial occurred: '2017-10-12' - type: Trial occurred: '2018-05-07' - type: Terminated occurred: '2018-06-27' judges: - name: Lucy Haeran Koh federalJudgeId: 3279 magistrateJudges: - name: Nathanael M Cousins magistrateJudgeId: 131 - name: Paul Singh Grewal magistrateJudgeId: 132 remedies: active: - name: 'Permanent Injunction: Deny' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 123 - 2597 - 30125 againstPartyIds: - 2273 docketEntryFiled: '2012-12-17' docketEntryId: 2002445270 - name: 'Preliminary Injunction: Grant' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 2273 againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-06-26' docketEntryId: 2002104801 - name: 'Permanent Injunction: Deny' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 123 - 2597 - 30125 againstPartyIds: - 2273 docketEntryFiled: '2014-03-06' docketEntryId: 2003298932 - name: 'Preliminary Injunction: Deny' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 123 - 2597 - 30125 againstPartyIds: - 2273 docketEntryFiled: '2011-12-02' docketEntryId: 2001720197 voided: [] reversed: - name: 'Permanent Injunction: Deny' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 123 - 2597 - 30125 againstPartyIds: - 2273 docketEntryFiled: '2012-12-17' negated: '2014-03-04' docketEntryId: 2002445270 negatedDocketEntryId: 2003298920 - name: 'Preliminary Injunction: Deny' type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 123 - 2597 - 30125 againstPartyIds: - 2273 docketEntryFiled: '2011-12-02' negated: '2012-06-25' docketEntryId: 2001720197 negatedDocketEntryId: 2002102157 findings: active: - name: No Ownership / Validity type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Trademark Ownership/Validity docketEntryId: 2002219032 - name: No Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Infringement docketEntryId: 2002219032 - name: No Willfulness / Bad Faith type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Willfulness/Bad Faith docketEntryId: 2002219032 - name: Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Infringement docketEntryId: 2002219032 - name: No Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Infringement docketEntryId: 2002219032 - name: Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Infringement docketEntryId: 2002219032 - name: No Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - No Infringement docketEntryId: 2002219032 - name: No Unenforceability type: Patent judgmentSource: Judgment as a Matter of Law inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2013-01-29' specificReasons: - No Unenforceability docketEntryId: 2002526209 - name: No Invalidity type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - No Invalidity docketEntryId: 2002219032 - name: No Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Infringement docketEntryId: 2002219032 - name: No Sherman Act § 2 Violation (Monopolization) type: Antitrust judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Sherman Act § 2 Violation (Monopolization) docketEntryId: 2002219032 - name: No Invalidity type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Invalidity docketEntryId: 2002219032 - name: No Infringement type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Infringement docketEntryId: 2002219032 - name: Unenforceability type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Unenforceability docketEntryId: 2002219032 - name: No Dilution type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Dilution docketEntryId: 2002219032 - name: Willfulness / Bad Faith type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Willfulness/Bad Faith docketEntryId: 2002219032 - name: No Ownership / Validity type: Trademark judgmentSource: Judgment as a Matter of Law inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2015-09-01' specificReasons: - No Trademark Ownership/Validity docketEntryId: 2004436957 - name: Invalidity type: Patent judgmentSource: Judgment as a Matter of Law inFavorOfPartyIds: - 2273 patentInvalidityReasons: - 'Invalidity: 102 Anticipation / Novelty' againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2013-01-29' specificReasons: - 'Invalidity: 102 Anticipation / Novelty' docketEntryId: 2002517646 - name: No Infringement type: Patent judgmentSource: Summary Judgment inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-06-29' specificReasons: - No Infringement docketEntryId: 2002111698 voided: - name: Unenforceability type: Patent judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Unenforceability negated: '2013-01-29' docketEntryId: 2002219032 negatedDocketEntryId: 2002526209 - name: No Invalidity type: Patent judgmentSource: Trial inFavorOfPartyIds: - 123 - 2597 - 30125 patentInvalidityReasons: [] againstPartyIds: - 2273 docketEntryFiled: '2012-08-24' specificReasons: - No Invalidity negated: '2013-01-29' docketEntryId: 2002219032 negatedDocketEntryId: 2002517646 reversed: - name: Ownership / Validity type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 2597 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Trademark Ownership/Validity negated: '2015-09-01' docketEntryId: 2002219032 negatedDocketEntryId: 2004436957 - name: Dilution type: Trademark judgmentSource: Trial inFavorOfPartyIds: - 2273 patentInvalidityReasons: [] againstPartyIds: - 123 - 30125 docketEntryFiled: '2012-08-24' specificReasons: - Dilution negated: '2015-09-01' docketEntryId: 2002219032 negatedDocketEntryId: 2004436957 lawFirms: - name: King & Spalding lawFirmId: 4 clientPartyIds: - 3801 - 379677 - 177125 - name: Reed Smith lawFirmId: 433 clientPartyIds: - 379677 - 25454 - name: DLA Piper lawFirmId: 491 clientPartyIds: - 123 - 2597 - 30125 - name: Finnegan, Henderson, Farabow, Garrett & Dunner lawFirmId: 528 clientPartyIds: - 20166873 - 348812 - 370716 - 360207 - name: WilmerHale lawFirmId: 853 clientPartyIds: - 2273 - name: Quinn Emanuel Urquhart & Sullivan lawFirmId: 920 clientPartyIds: - 123 - 2597 - 30125 - name: Cooley lawFirmId: 1358 clientPartyIds: - 2273 - name: Perkins Coie lawFirmId: 1368 clientPartyIds: - 12113 - 266 - 360207 - name: Morrison & Foerster lawFirmId: 1934 clientPartyIds: - 20166873 - 2273 - name: K&L Gates lawFirmId: 3181 clientPartyIds: - 294 - name: Mayer Brown lawFirmId: 3277 clientPartyIds: - 123 - 2597 - 30125 - name: McKool Smith lawFirmId: 3425 clientPartyIds: - 15131 - 379677 - name: Foley & Lardner lawFirmId: 4856 clientPartyIds: - 112 - name: Sidley Austin lawFirmId: 5759 clientPartyIds: - 294 - name: Colt / Singer / Bea lawFirmId: 6247 clientPartyIds: - 123 - 2597 - 30125 - name: Bridges & Mavrakakis lawFirmId: 6302 clientPartyIds: - 2273 - name: Paul, Weiss, Rifkind, Wharton & Garrison lawFirmId: 7767 clientPartyIds: - 123 - 2597 - 30125 - name: Cravath, Swaine & Moore lawFirmId: 8914 clientPartyIds: - 25488 - name: Irell & Manella lawFirmId: 11405 clientPartyIds: - 3561 - 3564 - name: Pillsbury Winthrop Shaw Pittman lawFirmId: 15523 clientPartyIds: - 123 - 2597 - 30125 - name: Carr & Ferrell lawFirmId: 16839 clientPartyIds: - 20166873 - 370716 - name: Winston & Strawn lawFirmId: 17511 clientPartyIds: - 330728 - 2273 - 379677 - name: Maschoff Brennan lawFirmId: 17664 clientPartyIds: - 2273 - name: Troutman Pepper Locke lawFirmId: 25034 clientPartyIds: - 330728 - name: Newman Du Wors Durrance lawFirmId: 25238 clientPartyIds: - 266 - name: Alston & Bird lawFirmId: 34329 clientPartyIds: - 3876 - 2597 - 30125 - 123 - 379677 - name: Ram, Olson, Cereghino & Kopczynski lawFirmId: 35995 clientPartyIds: - 228037 - 360207 - name: Smith, Gambrell & Russell lawFirmId: 45875 clientPartyIds: - 123 - 2597 - 30125 - name: Taylor & Company Law Offices lawFirmId: 54244 clientPartyIds: - 2273 - name: Crone Hawxhurst lawFirmId: 57881 clientPartyIds: - 123 - 2597 - 30125 - name: Novak Druce Connolly Bove + Quigg lawFirmId: 63501 clientPartyIds: - 330728 - name: O'Melveny & Myers lawFirmId: 67505 clientPartyIds: - 123 - 2597 - 30125 - name: Procopio Cory Hargreaves & Savitch lawFirmId: 67844 clientPartyIds: - 558 - name: Steptoe lawFirmId: 89776 clientPartyIds: - 123 - 3801 - 2597 - 30125 - name: Bergeson lawFirmId: 175215 clientPartyIds: - 29584 - 558 - name: Hopenfeld Singer Rice & Saito lawFirmId: 712674 clientPartyIds: - 123 - 2597 - 30125 - name: Nolan Armstrong & Barton lawFirmId: 1430303 clientPartyIds: - 349808 - name: Mavrakakis Law Group lawFirmId: 2570392 clientPartyIds: - 2273 - name: Squire Patton Boggs lawFirmId: 2917115 clientPartyIds: - 2597 - 30125 - name: Gordon Rees Scully Mansukhani lawFirmId: 3641580 clientPartyIds: - 123 - 2597 - name: Singer Bea lawFirmId: 3836116 clientPartyIds: - 123 - 2597 - 30125 - name: Morgan Franich Fredkin Siamas & Kays lawFirmId: 4536117 clientPartyIds: - 25488 - 379677 - name: Reese (reesellp.com) lawFirmId: 8092536 clientPartyIds: - 23126979 - name: Goldman Ismail Tomaselli Brennan & Baum lawFirmId: 8277309 clientPartyIds: - 2273 - name: Sheppard Mullin lawFirmId: 16041128 clientPartyIds: - 123 - 2597 - 30125 - name: Taylor & Patchen lawFirmId: 30608812 clientPartyIds: - 2273 - name: Kellogg, Hansen, Todd, Figel & Frederick lawFirmId: 35608789 clientPartyIds: - 123 - 2597 - 30125 - 29584 - name: Valerian Law lawFirmId: 44776924 clientPartyIds: - 228037 - name: Arnold & Porter Kaye Scholer lawFirmId: 49191528 clientPartyIds: - 372117 - name: Pierce Bainbridge Beck Price & Hecht lawFirmId: 50746257 clientPartyIds: - 123 - 2597 - 30125 - name: Cannata O'Toole Fickes & Olson lawFirmId: 56448364 clientPartyIds: - 228037 - name: Wilson Sonsini Goodrich & Rosati lawFirmId: 75246884 clientPartyIds: - 23000169 - 22975826 - 23058323 - 23058279 - name: Shook, Hardy & Bacon lawFirmId: 181016836 clientPartyIds: - 10549 - 379677 - name: Nolan Barton Olmos & Luciano lawFirmId: 191047152 clientPartyIds: - 349808 - name: Crowell & Moring lawFirmId: 204878502 clientPartyIds: - 123 - 2597 - 30125 attorneys: - name: Aaron Martin Panner attorneyId: 1300 lawFirmIds: - 35608789 clientsPartyIds: - 123 - 2597 - 30125 - 29584 - name: Joseph Milowic III attorneyId: 1606 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Michael Allen Jacobs attorneyId: 1933 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: James C. Burling attorneyId: 4538 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Patrick J. Zhang attorneyId: 8624 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Robert J. Gunther Jr. (Wilmer Cutler Pickering Hale & Dorr) attorneyId: 11157 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Thomas Gerard Pasternak attorneyId: 17369 lawFirmIds: - 89776 - 491 clientsPartyIds: - 2597 - 3801 - 123 - 30125 - name: Alan Lee Whitehurst attorneyId: 20074 lawFirmIds: - 920 - 34329 clientsPartyIds: - 3876 - 2597 - 30125 - 123 - 379677 - name: Peter John Chassman attorneyId: 20914 lawFirmIds: - 17511 clientsPartyIds: - 330728 - 2273 - 379677 - name: Mark Yeh-Kai Tung attorneyId: 21272 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Brett Dylan Proctor attorneyId: 24668 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Robert Francis McCauley III attorneyId: 24738 lawFirmIds: - 528 clientsPartyIds: - 20166873 - 348812 - 370716 - 360207 - name: Andrei Iancu attorneyId: 25918 lawFirmIds: - 11405 clientsPartyIds: - 3561 - 3564 - name: Alexei Klestoff attorneyId: 26025 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Kevin Alexander Smith attorneyId: 27043 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Dylan Ruga attorneyId: 27172 lawFirmIds: - 89776 clientsPartyIds: - 123 - 3801 - 2597 - 30125 - name: Ryan Wilson Koppelman attorneyId: 29980 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Randall Lee Allen attorneyId: 31295 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Gary L. Halling attorneyId: 32539 lawFirmIds: - 16041128 clientsPartyIds: - 123 - 2597 - 30125 - name: John B. Quinn attorneyId: 40803 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Michael Thomas Zeller attorneyId: 51182 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Jennifer Lee Taylor attorneyId: 51955 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Michael Brett Levin attorneyId: 52384 lawFirmIds: - 75246884 clientsPartyIds: - 23000169 - 22975826 - 23058323 - 23058279 - name: Brian Parker Miller attorneyId: 53391 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Steven Daniel Hemminger attorneyId: 53509 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Stephen E. Taylor (Taylor & Company Law Offices) attorneyId: 54244 lawFirmIds: - 30608812 - 54244 clientsPartyIds: - 2273 - name: Mona Solouki attorneyId: 56868 lawFirmIds: - 16041128 clientsPartyIds: - 123 - 2597 - 30125 - name: Alison Margaret Tucher attorneyId: 57992 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Christopher James Wiener attorneyId: 57996 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Rachel Krevans attorneyId: 59516 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Francis Chung-Hoi Ho attorneyId: 59997 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Courtland Lewis Reichman attorneyId: 61648 lawFirmIds: - 3425 clientsPartyIds: - 15131 - 379677 - name: Thomas Robert Watson attorneyId: 61856 lawFirmIds: - 920 - 3641580 clientsPartyIds: - 2597 - 123 - 30125 - name: Todd Michael Briggs attorneyId: 61857 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Victor Frank Souto attorneyId: 68796 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Katie Marie Saxton attorneyId: 70921 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Benjamin Laban Singer attorneyId: 86379 lawFirmIds: - 712674 - 3836116 - 6247 clientsPartyIds: - 2597 - 123 - 30125 - name: Brian J. Larivee attorneyId: 86476 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Marc Morris attorneyId: 91984 lawFirmIds: - 3425 clientsPartyIds: - 15131 - 379677 - name: Benjamin George Damstedt attorneyId: 93193 lawFirmIds: - 1358 clientsPartyIds: - 2273 - name: Gary Chung-Hsen Ma attorneyId: 93445 lawFirmIds: - 528 clientsPartyIds: - 20166873 - 348812 - 370716 - 360207 - name: Huan-Yi Lin attorneyId: 119068 lawFirmIds: - 89776 clientsPartyIds: - 123 - 3801 - 2597 - 30125 - name: Nathaniel Bryan Sabri attorneyId: 136984 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Marc J. Pernick attorneyId: 138764 lawFirmIds: - 17664 - 1934 clientsPartyIds: - 20166873 - 2273 - name: Mark D Flanagan attorneyId: 145553 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Victoria Fishman Maroulis attorneyId: 149006 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Nathaniel Eli Durrance attorneyId: 172133 lawFirmIds: - 1368 - 25238 clientsPartyIds: - 12113 - 266 - 360207 - name: Melinda Mae Morton attorneyId: 175218 lawFirmIds: - 67844 - 175215 clientsPartyIds: - 29584 - 558 - name: Brian J. Arnold attorneyId: 181521 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Scott Richard Mosko attorneyId: 182965 lawFirmIds: - 528 - 16839 clientsPartyIds: - 20166873 - 348812 - 370716 - 360207 - name: Xavier Mark Brandwajn attorneyId: 201120 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Andrew L. Chang attorneyId: 201420 lawFirmIds: - 181016836 clientsPartyIds: - 10549 - 379677 - name: Amy Kreiger Wigmore attorneyId: 206954 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Kimberly Kristin Dodd attorneyId: 215048 lawFirmIds: - 4856 clientsPartyIds: - 112 - name: Gregory Hayes Lantier attorneyId: 232687 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Charles K. Verhoeven attorneyId: 236971 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: William Frederick Abrams attorneyId: 261495 lawFirmIds: - 89776 - 4 clientsPartyIds: - 177125 - 2597 - 3801 - 123 - 379677 - 30125 - name: Dylan James Liddiard attorneyId: 261514 lawFirmIds: - 75246884 clientsPartyIds: - 23000169 - 22975826 - 23058323 - 23058279 - name: Kenneth Alexander Kuwayti attorneyId: 269889 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Ali Hassan Shah attorneyId: 307666 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Michael John Bettinger attorneyId: 312658 lawFirmIds: - 3181 - 5759 clientsPartyIds: - 294 - name: Grant L. Kim attorneyId: 316310 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Jonathan Robert Lange attorneyId: 325502 lawFirmIds: - 11405 clientsPartyIds: - 3561 - 3564 - name: Robert William Stone attorneyId: 354259 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Robert Bradley Wilson attorneyId: 357015 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Lauren B. Fletcher attorneyId: 389845 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Carey Richard Ramos attorneyId: 399168 lawFirmIds: - 920 - 7767 clientsPartyIds: - 2597 - 123 - 30125 - name: Christopher Lee Kelley attorneyId: 459895 lawFirmIds: - 1368 clientsPartyIds: - 12113 - 266 - 360207 - name: Andrew Ellis Monach attorneyId: 470006 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Leo Spooner III attorneyId: 475424 lawFirmIds: - 4 clientsPartyIds: - 3801 - 379677 - 177125 - name: Thomas Joseph Nolan Jr attorneyId: 478931 lawFirmIds: - 191047152 - 1430303 clientsPartyIds: - 349808 - name: Mark Daniel Selwyn attorneyId: 516395 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Liv Leila Herriot attorneyId: 516398 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Nicholas Thane Bauz attorneyId: 543969 lawFirmIds: - 1368 clientsPartyIds: - 12113 - 266 - 360207 - name: Michael Robert Reese attorneyId: 555205 lawFirmIds: - 8092536 clientsPartyIds: - 23126979 - name: Joshua Alan Hartman attorneyId: 596793 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Harold John McElhinny attorneyId: 597589 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: John Steven Gordon attorneyId: 615813 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Deok Keun Matthew Ahn attorneyId: 622049 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Diane Cafferata Hutnyan attorneyId: 641221 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: John Patrick Bovich attorneyId: 688670 lawFirmIds: - 433 clientsPartyIds: - 379677 - 25454 - name: Edward John DeFranco attorneyId: 694667 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Robert Jason Becher attorneyId: 700902 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Michael Richard Heimbold attorneyId: 719532 lawFirmIds: - 89776 - 16041128 clientsPartyIds: - 2597 - 3801 - 123 - 30125 - name: Richard A. Goldenberg attorneyId: 810858 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Marcus T. Hall attorneyId: 826235 lawFirmIds: - 25034 - 63501 - 17511 clientsPartyIds: - 330728 - 2273 - 379677 - name: Michael A. Diener attorneyId: 842548 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Albert P. Bedecarre attorneyId: 850701 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Carl Gunnar Anderson attorneyId: 851513 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Ruchika Agrawal attorneyId: 948158 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Kevin Paul Bernard Johnson attorneyId: 967341 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Kenneth Howard Bridges attorneyId: 987678 lawFirmIds: - 6302 clientsPartyIds: - 2273 - name: Christine Eileen Duh attorneyId: 993748 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Jack Williford Londen attorneyId: 1029520 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: David Abba Schwarz attorneyId: 1086583 lawFirmIds: - 11405 clientsPartyIds: - 3561 - 3564 - name: Emily R. Whelan attorneyId: 1129221 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Michael Thomas Pieja attorneyId: 1129549 lawFirmIds: - 2570392 - 8277309 - 6302 clientsPartyIds: - 2273 - name: Joshua Ryan Benson attorneyId: 1129590 lawFirmIds: - 30608812 - 54244 clientsPartyIds: - 2273 - name: Stephen McGeorge Bundy attorneyId: 1129626 lawFirmIds: - 30608812 - 54244 clientsPartyIds: - 2273 - name: Robert Donald Cultice attorneyId: 1129782 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Peter James Kolovos attorneyId: 1129887 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Xinying Valerian attorneyId: 1133102 lawFirmIds: - 35995 - 44776924 clientsPartyIds: - 228037 - 360207 - name: Corina Irina Cacovean attorneyId: 1133305 lawFirmIds: - 75246884 clientsPartyIds: - 23000169 - 22975826 - 23058323 - 23058279 - name: David Allan Kays attorneyId: 1133308 lawFirmIds: - 4536117 clientsPartyIds: - 25488 - 379677 - name: Freeda Yllana Lugo attorneyId: 1133322 lawFirmIds: - 4536117 clientsPartyIds: - 25488 - 379677 - name: Samuel Calvin Walden attorneyId: 1133386 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Ryan Seth Goldstein (Quinn Emanuel Urquhart & Sullivan) attorneyId: 1133437 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Derek Lam attorneyId: 1133604 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Christopher Leonard Robinson attorneyId: 1133884 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Taryn Spelliscy Rawson attorneyId: 1133886 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Susan Rachel Estrich attorneyId: 1133887 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Christopher Edward Stretch attorneyId: 1133909 lawFirmIds: - 920 - 15523 clientsPartyIds: - 2597 - 123 - 30125 - name: Michael R. Heyison attorneyId: 1134073 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Kara Michelle Borden attorneyId: 1134077 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Kathleen Marie Sullivan attorneyId: 1134738 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Scott Liscom Watson attorneyId: 1135490 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Anthony Paul Alden attorneyId: 1136347 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Gabriel Nathan White attorneyId: 1137281 lawFirmIds: - 49191528 clientsPartyIds: - 372117 - name: Timothy Davis Syrett attorneyId: 1140890 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Ruth N. Borenstein attorneyId: 1140914 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Kevin Scott Prussia attorneyId: 1144284 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Kenneth Reed Chiate attorneyId: 1144770 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Anne Elizabeth Abramowitz attorneyId: 1146099 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Katharine Fiedler Barach attorneyId: 1146101 lawFirmIds: - 920 - 204878502 clientsPartyIds: - 2597 - 123 - 30125 - name: Bill Trac attorneyId: 1146240 lawFirmIds: - 920 - 67505 clientsPartyIds: - 2597 - 123 - 30125 - name: Joseph B. Martin (Quinn Emanuel Urquhart & Sullivan) attorneyId: 1146242 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Prashanth Chennakesavan attorneyId: 1146243 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Brittany N. DePuy attorneyId: 1146593 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Michael J. Baker (Snell & Wilmer) attorneyId: 1147433 lawFirmIds: - 49191528 clientsPartyIds: - 372117 - name: Angela (Angel) D. Mitchell attorneyId: 1229453 lawFirmIds: - 181016836 clientsPartyIds: - 10549 - 379677 - name: Sara Elizabeth Jenkins attorneyId: 1234888 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: David Spencer Bloch attorneyId: 1255691 lawFirmIds: - 17511 clientsPartyIds: - 330728 - 2273 - 379677 - name: Rachel Herrick Kassabian (Quinn Emanuel Urquhart & Sullivan) attorneyId: 1277389 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Paul Andrew Gennari attorneyId: 1409293 lawFirmIds: - 89776 clientsPartyIds: - 123 - 3801 - 2597 - 30125 - name: William Frank Lee attorneyId: 1454279 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Michael Eugene Joffre attorneyId: 1457740 lawFirmIds: - 35608789 clientsPartyIds: - 123 - 2597 - 30125 - 29584 - name: Kfir Ben-Gurion Levy attorneyId: 1457782 lawFirmIds: - 35608789 - 3277 clientsPartyIds: - 29584 - 2597 - 123 - 30125 - name: Nina Susan Tallon attorneyId: 1530689 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Patrick John Flinn attorneyId: 1595757 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Margaret Mary Caruso attorneyId: 1662667 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Michael Louis Fazio attorneyId: 1725601 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Christopher Earl Price attorneyId: 1737044 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Timothy Scott Teter attorneyId: 1897916 lawFirmIds: - 1358 clientsPartyIds: - 2273 - name: David Bryan Bassett attorneyId: 2107842 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Jesse Thomas Dyer attorneyId: 2256869 lawFirmIds: - 1358 clientsPartyIds: - 2273 - name: Edward Hayim Rice attorneyId: 2399445 lawFirmIds: - 712674 - 45875 clientsPartyIds: - 2597 - 123 - 30125 - name: Cleland B. Welton II attorneyId: 2424654 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Andrew L. Liao attorneyId: 2482087 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: William Balden Adams attorneyId: 2569613 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Charles Sheldon Barquist attorneyId: 2625026 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: James Charles Grant attorneyId: 2642646 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Scott Budge Kidman attorneyId: 2739454 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Marina Nomura Saito attorneyId: 2844849 lawFirmIds: - 712674 - 45875 clientsPartyIds: - 2597 - 123 - 30125 - name: Sarah R. Frazier attorneyId: 2921843 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Camila Alicia Tapernoux attorneyId: 3346015 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Heather Elizabeth Belville attorneyId: 3424793 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Esther Kim Chang attorneyId: 3782721 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Mark Thomas Gray attorneyId: 6090402 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Nicholas Aaron Leefer attorneyId: 6090408 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Erik Jeffrey Olson attorneyId: 6398982 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Jon Christian Cederberg attorneyId: 6485892 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Geoffrey Michael Ezgar attorneyId: 6637767 lawFirmIds: - 4 clientsPartyIds: - 3801 - 379677 - 177125 - name: Daryl Marc Crone attorneyId: 7677171 lawFirmIds: - 57881 clientsPartyIds: - 123 - 2597 - 30125 - name: David Raymond Garcia attorneyId: 13894324 lawFirmIds: - 16041128 clientsPartyIds: - 123 - 2597 - 30125 - name: Mark Coleman Dosker attorneyId: 14208810 lawFirmIds: - 2917115 clientsPartyIds: - 2597 - 30125 - name: Jennifer Ann Golinveaux attorneyId: 16846339 lawFirmIds: - 17511 clientsPartyIds: - 330728 - 2273 - 379677 - name: John Gerald Pierce Sr attorneyId: 20299145 lawFirmIds: - 920 - 50746257 clientsPartyIds: - 2597 - 123 - 30125 - name: James R. Hancock (Morrison & Foerster) attorneyId: 34859940 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Andrew J. Danford attorneyId: 41078399 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: James Aaron Daire attorneyId: 44710467 lawFirmIds: - 433 clientsPartyIds: - 379677 - 25454 - name: Curran Michael Walker attorneyId: 45660161 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Jennifer (Celine) Liu attorneyId: 49160970 lawFirmIds: - 34329 clientsPartyIds: - 3876 - 2597 - 379677 - 123 - 30125 - name: Ashleigh Kaye Landis attorneyId: 51061628 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Jason Randall Bartlett attorneyId: 51103909 lawFirmIds: - 17664 - 1934 clientsPartyIds: - 20166873 - 2273 - name: Caleb Robert Braley attorneyId: 51181147 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Richard Shiu Jung Hung attorneyId: 54320093 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Melissa Chan O'Sullivan attorneyId: 54595643 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Jeremy Shanan Winer attorneyId: 56916873 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Mary Lisa Prendergast attorneyId: 58507942 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Karl Tage Olson attorneyId: 59339355 lawFirmIds: - 35995 - 56448364 clientsPartyIds: - 228037 - 360207 - name: Roger Greenwood Brooks attorneyId: 62513481 lawFirmIds: - 8914 clientsPartyIds: - 25488 - name: Esther Youngjoo Kim attorneyId: 98091588 lawFirmIds: - 1934 clientsPartyIds: - 20166873 - 2273 - name: Brian M. Seeve attorneyId: 103531216 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: James Linwood Quarles III attorneyId: 109084882 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: James Eric Hopenfeld attorneyId: 110419996 lawFirmIds: - 712674 - 3836116 clientsPartyIds: - 2597 - 123 - 30125 - name: Matthew C. Tymann attorneyId: 111309424 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Timothy Tully Scott I attorneyId: 112496444 lawFirmIds: - 4 clientsPartyIds: - 3801 - 379677 - 177125 - name: Christopher Dooley Dodge attorneyId: 116642209 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Brian Edward Mack attorneyId: 122468996 lawFirmIds: - 920 clientsPartyIds: - 123 - 2597 - 30125 - name: Joseph Justin Mueller attorneyId: 138393466 lawFirmIds: - 853 clientsPartyIds: - 2273 - name: Alan J. Heinrich I attorneyId: 166663178 lawFirmIds: - 11405 clientsPartyIds: - 3561 - 3564 - name: Daniel Joseph Bergeson I attorneyId: 206705599 lawFirmIds: - 175215 clientsPartyIds: - 29584 - 558 - name: John Michael Caracappa attorneyId: 232787944 lawFirmIds: - 89776 clientsPartyIds: - 123 - 3801 - 2597 - 30125 parties: - name: Koninklijki Philips Electronics N.V. partyId: 348812 role: Third Party - name: Reuters America LLC partyId: 228037 role: Third Party - name: Third Party Sony Mobile Communications USA, Inc. partyId: 360207 role: Third Party - name: S3G Graphics Co. LTD. partyId: 370716 role: Third Party - name: Shin Nishibori partyId: 349808 role: Third Party - name: IDC Research, Inc. partyId: 372117 role: Third Party - name: Non-Party Rovi Corp. partyId: 379677 role: Third Party - name: Motorola Mobility LLC partyId: 330728 role: Third Party - name: Hoai Dang partyId: 23126979 role: Third Party - name: InterDigital Technology Corporation partyId: 23000169 role: Third Party - name: IPR Licensing, Inc. partyId: 23058323 role: Third Party - name: InterDigital Communications LLC partyId: 22975826 role: Third Party - name: InterDigital Holdings, Inc. partyId: 23058279 role: Third Party - name: Siemens AG partyId: 25454 role: Third Party - name: T-Mobile USA, Inc. partyId: 294 role: Third Party - name: Samsung Electronics America, Inc. partyId: 2597 role: Defendant - name: Qualcomm Incorporated partyId: 25488 role: Third Party - name: Nokia Corporation partyId: 3876 role: Third Party - name: Research In Motion Corporation partyId: 3564 role: Third Party - name: Microsoft Corporation partyId: 266 role: Third Party - name: International Business Machines Corporation partyId: 3801 role: Third Party - name: Apple Inc. partyId: 2273 role: Plaintiff - name: Samsung Electronics Co., Ltd. partyId: 123 role: Defendant - name: Sprint Spectrum L.P. partyId: 10549 role: Third Party - name: Cellco Partnership partyId: 558 role: Third Party - name: Intel Corporation partyId: 12113 role: Third Party - name: Toshiba Corporation partyId: 112 role: Third Party - name: Samsung Telecommunications America LLC partyId: 30125 role: Defendant - name: Cellco Partnership DBA Verizon Wireless partyId: 29584 role: Third Party - name: Research In Motion Limited partyId: 3561 role: Third Party - name: Telefonaktiebolaget LM Ericsson partyId: 15131 role: Third Party - name: Dolby Laboratories Licensing Corporation partyId: 177125 role: Third Party - name: HTC Corporation partyId: 20166873 role: Third Party damages: active: - name: Attorneys' Fees / Costs type: General judgmentSource: Judgment on Merits awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '1871302.78' awarded: '2014-09-19' docketEntryId: 2003716625 - name: Reasonable Royalty (Patent) type: Patent judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '533316606.00' awarded: '2018-05-24' docketEntryId: 1007962667 - name: Reasonable Royalty (Patent) type: Patent judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '5325050.00' awarded: '2018-05-24' docketEntryId: 1007962667 voided: - name: Other / Mixed Damage Types type: General judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '450514650.00' awarded: '2012-08-24' negated: '2013-03-01' docketEntryId: 2002219032 negatedDocketEntryId: 2002579901 reversed: - name: Other / Mixed Damage Types type: General judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '290456793.00' awarded: '2013-11-21' negated: '2015-09-01' docketEntryId: 2003104860 negatedDocketEntryId: 2004436957 - name: Other / Mixed Damage Types type: General judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '40494356.00' awarded: '2013-04-29' negated: '2015-09-01' docketEntryId: 2002696577 negatedDocketEntryId: 2004436957 - name: Other / Mixed Damage Types type: General judgmentSource: Jury Verdict awardedToPartyIds: - 2273 awardedAgainstPartyIds: - 123 - 2597 - 30125 amount: '598908892.00' awarded: '2012-08-24' negated: '2015-09-01' docketEntryId: 2002219032 negatedDocketEntryId: 2004436957 patents: - number: '6493002' title: Method and apparatus for displaying and accessing control and status information in a computer system - number: '6928604' title: Turbo encoding/decoding device and method for processing frame data according to QoS - number: '7050410' title: Apparatus and method for controlling a demultiplexer and a multiplexer used for rate matching in a mobile communication system - number: '7069055' title: Mobile telephone capable of displaying world time and method for controlling the same - number: '7079871' title: Portable telephone and method of displaying data thereof - number: '7200792' title: Interleaving apparatus and method for symbol mapping in an HSDPA mobile communication system - number: '7362867' title: Apparatus and method for generating scrambling code in UMTS mobile communication system - number: '7386001' title: Apparatus and method for channel coding and multiplexing in CDMA communication system - number: '7447516' title: Method and apparatus for data transmission in a mobile telecommunication system supporting enhanced uplink service - number: '7456893' title: Method of controlling digital image processing apparatus for efficient reproduction and digital image processing apparatus using the method - number: '7469381' title: List scrolling and document translation, scaling, and rotation on a touch-screen display - number: '7577460' title: Portable composite communication terminal for transmitting/receiving and images, and operation method and communication system thereof - number: '7663607' title: Multipoint touchscreen - number: '7669134' title: Method and apparatus for displaying information during an instant messaging session - number: '7675941' title: Method and apparatus for transmitting/receiving packet data using pre-defined length indicator in a mobile communication system - number: '7698711' title: Multi-tasking apparatus and method in portable terminal - number: '7812828' title: Ellipse fitting for multi-touch surfaces - number: '7844915' title: Application programming interfaces for scrolling operations - number: '7853891' title: Method and apparatus for displaying a window for a user interface - number: '7863533' title: Cantilevered push button having multiple contacts and fulcrums - number: '7864163' title: Portable electronic device, method, and graphical user interface for displaying structured electronic documents - number: '7920129' title: Double-sided touch-sensitive panel with shield and drive combined layer - number: D504889 title: Electronic device - number: D593087 title: Electronic device - number: D602016 title: Electronic device - number: D604305 title: Graphical user interface for a display screen or portion thereof - number: D617334 title: Graphical user interface for a display screen or portion thereof - number: D618677 title: Electronic device - number: D622270 title: Electronic device - number: D627790 title: Graphical user interface for a display screen or portion thereof orders: expertWitnessesAdmissibilityOrders: active: [] voided: [] reversed: [] mdl: mdlNo: [] masterCaseIds: [] truncatedData: false appealsCases: - appealsCaseId: 2005393749 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005393749 resolution: summary: Procedural specific: Dismissal docketEntryFiled: '2013-10-01' docketEntryId: 1101467837 filedOn: '2012-08-17' terminated: '2013-08-23' - appealsCaseId: 2005393164 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005393164 resolution: summary: Appellant Win specific: Affirmed / Reversed in Part docketEntryFiled: '2015-05-18' docketEntryId: 1101448292 filedOn: '2014-10-08' terminated: '2017-02-07' - appealsCaseId: 2005396438 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005396438 resolution: summary: Procedural specific: Dismissal docketEntryFiled: '2016-06-01' docketEntryId: 1101561331 filedOn: '2015-07-23' terminated: '2016-06-01' - appealsCaseId: 2005394220 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005394220 resolution: summary: Appellant Win specific: Affirmed / Reversed in Part docketEntryFiled: '2013-11-18' docketEntryId: 1101484006 filedOn: '2012-12-28' terminated: '2013-11-18' - appealsCaseId: 2005391957 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005391957 resolution: summary: Procedural specific: Remand docketEntryFiled: '2017-02-07' docketEntryId: 1101408910 filedOn: '2014-03-10' terminated: '2017-02-07' - appealsCaseId: 2005393746 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005393746 resolution: summary: Appellant Win specific: Reversed docketEntryFiled: '2013-08-23' docketEntryId: 1101467827 filedOn: '2012-08-16' terminated: '2013-08-23' - appealsCaseId: 2005394322 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005394322 resolution: summary: Procedural specific: Dismissal docketEntryFiled: '2013-10-01' docketEntryId: 1101487512 filedOn: '2013-01-08' terminated: '2013-08-23' - appealsCaseId: 2005392151 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005392151 resolution: summary: Likely Settlement specific: Likely Settlement docketEntryFiled: '2014-07-30' docketEntryId: 1101415065 filedOn: '2014-03-20' terminated: '2014-07-30' - appealsCaseId: 2005392599 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005392599 resolution: summary: Likely Settlement specific: Likely Settlement docketEntryFiled: '2012-10-15' docketEntryId: 1101429808 filedOn: '2012-07-06' terminated: '2012-10-15' - appealsCaseId: 2005396632 appealsCaseUrl: https://api.lexmachina.com/appeals-cases/2005396632 resolution: summary: Appellee Win specific: Affirmed docketEntryFiled: '2015-10-13' docketEntryId: 1101567896 filedOn: '2015-09-30' terminated: '2015-10-13' docket: entries: [] retrieved: none count: 3962 complaintSummary: summary: This is a patent infringement lawsuit filed by Apple Inc. against Samsung Electronics Co., Ltd., Samsung Electronics America, Inc., and Samsung Telecommunications America, LLC (collectively "Samsung") in April 2011. Apple alleges that Samsung infringed on several Apple patents and trademarks related to the iPhone, iPod Touch, and iPad products through Samsung's Galaxy line of mobile phones and tablets. Specifically, Apple claims Samsung infringed on patents covering aspects of multi-touch interface, scrolling operations, messaging display, and cantilevered push button design. Apple also alleges Samsung infringed its trade dress and trademarks through similarities in product design, user interface, and iconography.Apple claims Samsung's actions have caused irreparable harm to Apple's sales and reputation. Apple seeks injunctive relief, damages, and disgorgement of Samsung's profits from the alleged infringement. documentLawUrl: https://law.lexmachina.com/documents/m/5549932 summarized: '2024-03-16' natureOfSuit: code: 830 title: Patent '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' /query-district-cases: post: tags: - Federal District Cases summary: Query District Cases description: 'Queries federal district court cases. - **data**: the district case query See [Querying district cases](https://developer.lexmachina.com/api-reference/district-cases/querying-district-cases/) for documentation. The results will contain a list of cases, each with a specificed url and Lex Machina districtCaseId.' operationId: query_district_cases requestBody: content: application/json: schema: $ref: '#/components/schemas/DistrictCaseQuery' examples: three district query results: summary: three district query results description: contracts cases in district of NJ in 2021 value: '{"courts": {"include": ["njd"]}, "caseTypes": {"include": ["Contracts"]}, "dates": {"filed": {"onOrAfter": "2019-01-01", "onOrBefore": "2019-12-31"}, "terminated": {"onOrAfter": "2021-01-01", "onOrBefore": "2021-12-31"}}, "page": 1, "pageSize": 3}' required: true responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DistrictCaseQueryResult' examples: three district query results: summary: three district query results value: cases: - url: https://api.lexmachina.com/district-cases/2002259499 districtCaseId: 2002259499 - url: https://api.lexmachina.com/district-cases/2002265866 districtCaseId: 2002265866 - url: https://api.lexmachina.com/district-cases/2002268016 districtCaseId: 2002268016 '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] components: schemas: JudgmentSourceFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: JudgmentSourceFilter DistrictCaseNumberSearchResult: properties: totalCount: type: integer title: Totalcount inputCaseNumber: type: string title: Inputcasenumber inputCourt: anyOf: - type: string - type: 'null' title: Inputcourt matches: items: $ref: '#/components/schemas/DistrictCaseNumberReference' type: array title: Matches additionalProperties: false type: object required: - totalCount - inputCaseNumber - matches title: DistrictCaseNumberSearchResult DistrictCaseDates: properties: filed: type: string format: date title: Filed terminated: anyOf: - type: string format: date - type: 'null' title: Terminated trial: anyOf: - type: string format: date - type: 'null' title: Trial lastDocket: anyOf: - type: string format: date - type: 'null' title: Lastdocket additionalProperties: false type: object required: - filed - trial - lastDocket title: DistrictCaseDates DistrictCaseReference: properties: url: type: string title: Url districtCaseId: type: integer title: Districtcaseid additionalProperties: false type: object required: - url - districtCaseId title: DistrictCaseReference DocketEntry: properties: filedOn: anyOf: - type: string format: date - type: 'null' title: Filedon tags: items: type: string type: array title: Tags text: anyOf: - type: string - type: 'null' title: Text number: anyOf: - type: integer - type: 'null' title: Number docketEntryId: type: integer title: Docketentryid additionalProperties: false type: object required: - filedOn - tags - text - number - docketEntryId title: DocketEntry PartyCountByRole: properties: partyId: type: integer title: Partyid partyName: type: string title: Partyname rolesAndCounts: items: $ref: '#/components/schemas/CountsPerRole' type: array title: Rolesandcounts additionalProperties: false type: object required: - partyId - partyName - rolesAndCounts title: PartyCountByRole AnalyticTypes: type: string enum: - CaseCountByType - PartyCountByRole - LawFirmCountByRole title: AnalyticTypes DistrictCaseDamages: properties: name: type: string title: Name type: type: string title: Type judgmentSource: type: string title: Judgmentsource awardedToPartyIds: items: type: integer type: array title: Awardedtopartyids awardedAgainstPartyIds: items: type: integer type: array title: Awardedagainstpartyids amount: anyOf: - $ref: '#/components/schemas/UnspecifiedDamagesAmount' - type: string pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$ - $ref: '#/components/schemas/MassCounterfeiterDefaultDamages' title: Amount awarded: type: string format: date title: Awarded negated: anyOf: - type: string format: date - type: 'null' title: Negated reinstated: anyOf: - type: string format: date - type: 'null' title: Reinstated docketEntryId: type: integer title: Docketentryid negatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Negateddocketentryid reinstatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Reinstateddocketentryid additionalProperties: false type: object required: - name - type - judgmentSource - awardedToPartyIds - awardedAgainstPartyIds - amount - awarded - docketEntryId title: DistrictCaseDamages Attorney: properties: name: type: string title: Name attorneyId: type: integer title: Attorneyid lawFirmIds: items: type: integer type: array uniqueItems: true title: Lawfirmids clientsPartyIds: items: type: integer type: array uniqueItems: true title: Clientspartyids additionalProperties: false type: object required: - name - attorneyId - lawFirmIds - clientsPartyIds title: Attorney DistrictCaseResolution: properties: summary: type: string title: Summary specific: type: string title: Specific docketEntryFiled: anyOf: - type: string format: date - type: 'null' title: Docketentryfiled docketEntryId: type: integer title: Docketentryid additionalProperties: false type: object required: - summary - specific - docketEntryFiled - docketEntryId title: DistrictCaseResolution TimingFilter: properties: onOrAfter: anyOf: - type: string format: date - type: 'null' title: Onorafter onOrBefore: anyOf: - type: string format: date - type: 'null' title: Onorbefore additionalProperties: false type: object title: TimingFilter CaseDatesFilter: properties: filed: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' terminated: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' trial: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' lastDocket: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' additionalProperties: false type: object title: CaseDatesFilter Orders: properties: expertWitnessesAdmissibilityOrders: $ref: '#/components/schemas/ExpertWitnessesAdmissibilityOrderByStatus' additionalProperties: false type: object required: - expertWitnessesAdmissibilityOrders title: Orders DistrictCaseFindingsByStatus: properties: active: items: $ref: '#/components/schemas/DistrictCaseFinding' type: array title: Active voided: items: $ref: '#/components/schemas/DistrictCaseFinding' type: array title: Voided reversed: items: $ref: '#/components/schemas/DistrictCaseFinding' type: array title: Reversed additionalProperties: false type: object required: - active - voided - reversed title: DistrictCaseFindingsByStatus IndividualNameTypeFilter: properties: name: anyOf: - type: string - type: 'null' title: Name type: anyOf: - type: string - type: 'null' title: Type additionalProperties: false type: object title: IndividualNameTypeFilter NameTypeFilter: properties: include: anyOf: - items: $ref: '#/components/schemas/IndividualNameTypeFilter' type: array - type: 'null' title: Include exclude: anyOf: - items: $ref: '#/components/schemas/IndividualNameTypeFilter' type: array - type: 'null' title: Exclude additionalProperties: false type: object title: NameTypeFilter UnspecifiedDamagesAmount: type: string enum: - NotSpecified title: UnspecifiedDamagesAmount CaseEvent: properties: type: type: string title: Type occurred: type: string format: date title: Occurred additionalProperties: false type: object required: - type - occurred title: CaseEvent ExpertWitnessAdmissibilityOrder: properties: expertWitness: $ref: '#/components/schemas/ExpertWitness' retainingPartyIds: items: type: integer type: array title: Retainingpartyids opposingPartyIds: items: type: integer type: array title: Opposingpartyids judge: anyOf: - $ref: '#/components/schemas/FederalJudge' - $ref: '#/components/schemas/MagistrateJudge' - type: 'null' title: Judge docketEntryFiled: anyOf: - type: string format: date - type: 'null' title: Docketentryfiled outcome: type: string title: Outcome occurred: type: string format: date title: Occurred negated: anyOf: - type: string format: date - type: 'null' title: Negated reinstated: anyOf: - type: string format: date - type: 'null' title: Reinstated additionalProperties: false type: object required: - expertWitness - retainingPartyIds - opposingPartyIds - outcome - occurred title: ExpertWitnessAdmissibilityOrder CaseCountByType: properties: caseType: type: string title: Casetype count: type: integer title: Count additionalProperties: false type: object required: - caseType - count title: CaseCountByType PartyAggregation: properties: data: items: $ref: '#/components/schemas/PartyCountByRole' type: array title: Data additionalProperties: false type: object required: - data title: PartyAggregation AppellateDecisionFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: AppellateDecisionFilter MultidistrictLitigationFilter: properties: include: anyOf: - items: type: integer type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer type: array - type: 'null' title: Exclude additionalProperties: false type: object title: MultidistrictLitigationFilter CaseStatus: type: string enum: - Open - Terminated title: CaseStatus CaseTypeAggregation: properties: data: items: $ref: '#/components/schemas/CaseCountByType' type: array title: Data additionalProperties: false type: object required: - data title: CaseTypeAggregation Ordering: type: string enum: - ByFirstFiled - ByLastFiled title: Ordering DistrictCaseFinding: properties: name: type: string title: Name type: type: string title: Type judgmentSource: type: string title: Judgmentsource inFavorOfPartyIds: items: type: integer type: array title: Infavorofpartyids patentInvalidityReasons: items: type: string type: array title: Patentinvalidityreasons description: Use 'specificReasons' instead deprecated: true againstPartyIds: items: type: integer type: array title: Againstpartyids docketEntryFiled: type: string format: date title: Docketentryfiled specificReasons: items: type: string type: array title: Specificreasons default: [] negated: anyOf: - type: string format: date - type: 'null' title: Negated reinstated: anyOf: - type: string format: date - type: 'null' title: Reinstated docketEntryId: type: integer title: Docketentryid negatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Negateddocketentryid reinstatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Reinstateddocketentryid additionalProperties: false type: object required: - name - type - judgmentSource - inFavorOfPartyIds - patentInvalidityReasons - againstPartyIds - docketEntryFiled - docketEntryId title: DistrictCaseFinding description: 'The following schema field is deprecated: - **patentInvalidityReasons**: this field replaced by the new **specificReasons** field' DistrictCaseDamagesByStatus: properties: active: items: $ref: '#/components/schemas/DistrictCaseDamages' type: array title: Active voided: items: $ref: '#/components/schemas/DistrictCaseDamages' type: array title: Voided reversed: items: $ref: '#/components/schemas/DistrictCaseDamages' type: array title: Reversed additionalProperties: false type: object required: - active - voided - reversed title: DistrictCaseDamagesByStatus LawFirmFilter: properties: include: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Exclude includePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includeplaintiff excludePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludeplaintiff includeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includedefendant excludeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludedefendant includeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includethirdparty excludeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludethirdparty additionalProperties: false type: object title: LawFirmFilter ResolutionsFilter: properties: include: anyOf: - items: $ref: '#/components/schemas/IndividualResolutionsFilter' type: array - type: 'null' title: Include exclude: anyOf: - items: $ref: '#/components/schemas/IndividualResolutionsFilter' type: array - type: 'null' title: Exclude additionalProperties: false type: object title: ResolutionsFilter CourtFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: CourtFilter NatureOfSuit: properties: code: type: integer title: Code title: type: string title: Title additionalProperties: false type: object required: - code - title title: NatureOfSuit LawFirmCountByRole: properties: lawFirmId: type: integer title: Lawfirmid lawFirmName: type: string title: Lawfirmname rolesAndCounts: items: $ref: '#/components/schemas/CountsPerRole' type: array title: Rolesandcounts additionalProperties: false type: object required: - lawFirmId - lawFirmName - rolesAndCounts title: LawFirmCountByRole DistrictCaseNumberReference: properties: url: type: string title: Url districtCaseId: type: integer title: Districtcaseid caseNumber: type: string title: Casenumber court: type: string title: Court title: type: string title: Title additionalProperties: false type: object required: - url - districtCaseId - caseNumber - court - title title: DistrictCaseNumberReference LawFirm: properties: name: type: string title: Name lawFirmId: type: integer title: Lawfirmid clientPartyIds: items: type: integer type: array uniqueItems: true title: Clientpartyids additionalProperties: false type: object required: - name - lawFirmId - clientPartyIds title: LawFirm DocketEntriesIncludedInOutput: type: string enum: - all - none title: DocketEntriesIncludedInOutput PatentInvalidityReasonsFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include additionalProperties: false type: object title: PatentInvalidityReasonsFilter CountsPerRole: properties: role: type: string title: Role count: type: integer title: Count additionalProperties: false type: object required: - role - count title: CountsPerRole FederalJudge: properties: name: type: string title: Name federalJudgeId: type: integer title: Federaljudgeid additionalProperties: false type: object required: - name - federalJudgeId title: FederalJudge DistrictCaseData: properties: districtCaseId: type: integer title: Districtcaseid title: type: string title: Title court: type: string title: Court caseNo: type: string title: Caseno status: $ref: '#/components/schemas/CaseStatus' caseType: items: type: string type: array title: Casetype caseTags: items: type: string type: array title: Casetags dates: $ref: '#/components/schemas/DistrictCaseDates' resolution: anyOf: - $ref: '#/components/schemas/DistrictCaseResolution' - type: 'null' events: items: $ref: '#/components/schemas/CaseEvent' type: array title: Events judges: items: $ref: '#/components/schemas/FederalJudge' type: array title: Judges magistrateJudges: items: $ref: '#/components/schemas/MagistrateJudge' type: array title: Magistratejudges remedies: $ref: '#/components/schemas/DistrictCaseRemediesByStatus' findings: $ref: '#/components/schemas/DistrictCaseFindingsByStatus' lawFirms: items: $ref: '#/components/schemas/LawFirm' type: array title: Lawfirms attorneys: items: $ref: '#/components/schemas/Attorney' type: array title: Attorneys parties: items: $ref: '#/components/schemas/Party' type: array title: Parties damages: $ref: '#/components/schemas/DistrictCaseDamagesByStatus' patents: items: $ref: '#/components/schemas/Patent' type: array title: Patents orders: $ref: '#/components/schemas/Orders' mdl: $ref: '#/components/schemas/MultiDistrictLitigation' appealsCases: items: $ref: '#/components/schemas/AppealsCase' type: array title: Appealscases docket: $ref: '#/components/schemas/Docket' complaintSummary: anyOf: - $ref: '#/components/schemas/ComplaintSummary' - type: 'null' natureOfSuit: anyOf: - $ref: '#/components/schemas/NatureOfSuit' - type: 'null' additionalProperties: false type: object required: - districtCaseId - title - court - caseNo - status - caseType - caseTags - dates - events - judges - magistrateJudges - remedies - findings - lawFirms - attorneys - parties - damages - patents - orders - mdl - appealsCases - docket - complaintSummary title: DistrictCaseData description: A single case from a federal district court case and relevant metadata. Patent: properties: number: type: string title: Number title: anyOf: - type: string - type: 'null' title: Title additionalProperties: false type: object required: - number title: Patent MultiDistrictLitigation: properties: mdlNo: items: type: integer type: array title: Mdlno masterCaseIds: items: type: integer type: array title: Mastercaseids truncatedData: type: boolean title: Truncateddata additionalProperties: false type: object required: - mdlNo - masterCaseIds - truncatedData title: MultiDistrictLitigation IndividualRemediesFilter: properties: judgmentSource: anyOf: - $ref: '#/components/schemas/JudgmentSourceFilter' - type: 'null' nameType: anyOf: - $ref: '#/components/schemas/NameTypeFilter' - type: 'null' date: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' awardedToParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedtoparties awardedAgainstParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedagainstparties additionalProperties: false type: object title: IndividualRemediesFilter PartyFilter: properties: include: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Exclude includePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includeplaintiff excludePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludeplaintiff includeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includedefendant excludeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludedefendant includeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includethirdparty excludeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludethirdparty additionalProperties: false type: object title: PartyFilter IndividualResolutionsFilter: properties: summary: anyOf: - type: string - type: 'null' title: Summary specific: anyOf: - type: string - type: 'null' title: Specific additionalProperties: false type: object title: IndividualResolutionsFilter MagistrateFilter: properties: include: anyOf: - items: type: integer type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer type: array - type: 'null' title: Exclude additionalProperties: false type: object title: MagistrateFilter MagistrateJudge: properties: name: type: string title: Name magistrateJudgeId: type: integer title: Magistratejudgeid additionalProperties: false type: object required: - name - magistrateJudgeId title: MagistrateJudge ComplaintSummary: properties: summary: type: string title: Summary documentLawUrl: type: string title: Documentlawurl summarized: anyOf: - type: string format: date - type: 'null' title: Summarized additionalProperties: false type: object required: - summary - documentLawUrl - summarized title: ComplaintSummary description: 'Complaint Summaries appear on District Court case pages and briefly describe the contents of case-originating complaints. This allows users to quickly review cases for relevant fact patterns. Summaries include specific complaint points such as the nature of the case, plaintiff and defendant information, alleged harm, and requested remedies. In collaboration with Lexis+ AI and CourtLink, Lex Machina utilizes a sophisticated AI large language model (LLM) to review complaints and draft the summaries.' DistrictCaseRemediesByStatus: properties: active: items: $ref: '#/components/schemas/DistrictCaseRemedy' type: array title: Active voided: items: $ref: '#/components/schemas/DistrictCaseRemedy' type: array title: Voided reversed: items: $ref: '#/components/schemas/DistrictCaseRemedy' type: array title: Reversed additionalProperties: false type: object required: - active - voided - reversed title: DistrictCaseRemediesByStatus PatentFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: PatentFilter DistrictCaseQuery: properties: caseStatus: anyOf: - $ref: '#/components/schemas/CaseStatus' - type: 'null' caseTypes: anyOf: - $ref: '#/components/schemas/CaseTypesFilter' - type: 'null' caseTags: anyOf: - $ref: '#/components/schemas/CaseTagsFilter' - type: 'null' dates: anyOf: - $ref: '#/components/schemas/CaseDatesFilter' - type: 'null' judges: anyOf: - $ref: '#/components/schemas/JudgeFilter' - type: 'null' magistrates: anyOf: - $ref: '#/components/schemas/MagistrateFilter' - type: 'null' events: anyOf: - $ref: '#/components/schemas/EventFilter' - type: 'null' lawFirms: anyOf: - $ref: '#/components/schemas/LawFirmFilter' - type: 'null' attorneys: anyOf: - $ref: '#/components/schemas/AttorneyFilter' - type: 'null' parties: anyOf: - $ref: '#/components/schemas/PartyFilter' - type: 'null' courts: anyOf: - $ref: '#/components/schemas/CourtFilter' - type: 'null' resolutions: anyOf: - $ref: '#/components/schemas/ResolutionsFilter' - type: 'null' findings: anyOf: - items: $ref: '#/components/schemas/IndividualFindingsFilter' type: array - type: 'null' title: Findings remedies: anyOf: - items: $ref: '#/components/schemas/IndividualRemediesFilter' type: array - type: 'null' title: Remedies damages: anyOf: - items: $ref: '#/components/schemas/IndividualDamagesFilter' type: array - type: 'null' title: Damages patents: anyOf: - $ref: '#/components/schemas/PatentFilter' - type: 'null' mdl: anyOf: - $ref: '#/components/schemas/MultidistrictLitigationFilter' - type: 'null' appellateDecisions: anyOf: - $ref: '#/components/schemas/AppellateDecisionFilter' - type: 'null' ordering: $ref: '#/components/schemas/Ordering' default: ByFirstFiled page: type: integer title: Page default: 1 pageSize: type: integer title: Pagesize default: 5 additionalProperties: false type: object title: DistrictCaseQuery Docket: properties: entries: items: $ref: '#/components/schemas/DocketEntry' type: array title: Entries retrieved: $ref: '#/components/schemas/DocketEntriesIncludedInOutput' count: type: integer title: Count additionalProperties: false type: object required: - entries - retrieved - count title: Docket CaseTypesFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: CaseTypesFilter MassCounterfeiterDefaultDamages: properties: amountPerDefendant: anyOf: - type: string pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$ - $ref: '#/components/schemas/UnspecifiedDamagesAmount' title: Amountperdefendant additionalProperties: false type: object required: - amountPerDefendant title: MassCounterfeiterDefaultDamages EventFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: EventFilter AppealsCase: properties: appealsCaseId: type: integer title: Appealscaseid appealsCaseUrl: type: string title: Appealscaseurl resolution: anyOf: - $ref: '#/components/schemas/DistrictCaseResolution' - type: 'null' filedOn: type: string format: date title: Filedon terminated: anyOf: - type: string format: date - type: 'null' title: Terminated additionalProperties: false type: object required: - appealsCaseId - appealsCaseUrl - filedOn title: AppealsCase DistrictCaseAnalyticFromQuery: properties: analyticType: $ref: '#/components/schemas/AnalyticTypes' districtCaseQuery: $ref: '#/components/schemas/DistrictCaseQuery' additionalProperties: false type: object required: - analyticType - districtCaseQuery title: DistrictCaseAnalyticFromQuery IndividualFindingsFilter: properties: judgmentSource: anyOf: - $ref: '#/components/schemas/JudgmentSourceFilter' - type: 'null' nameType: anyOf: - $ref: '#/components/schemas/NameTypeFilter' - type: 'null' date: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' awardedToParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedtoparties awardedAgainstParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedagainstparties patentInvalidityReasons: anyOf: - $ref: '#/components/schemas/PatentInvalidityReasonsFilter' - type: 'null' additionalProperties: false type: object title: IndividualFindingsFilter CaseAnalyticResult: properties: totalCases: type: integer title: Totalcases aggregation: anyOf: - $ref: '#/components/schemas/CaseTypeAggregation' - $ref: '#/components/schemas/PartyAggregation' - $ref: '#/components/schemas/LawFirmAggregation' title: Aggregation additionalProperties: false type: object required: - totalCases - aggregation title: CaseAnalyticResult JudgeFilter: properties: include: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Exclude additionalProperties: false type: object title: JudgeFilter ExpertWitness: properties: name: type: string title: Name expertWitnessId: type: integer title: Expertwitnessid additionalProperties: false type: object required: - name - expertWitnessId title: ExpertWitness CaseTagsFilter: properties: include: anyOf: - items: type: string type: array - type: 'null' title: Include exclude: anyOf: - items: type: string type: array - type: 'null' title: Exclude additionalProperties: false type: object title: CaseTagsFilter Party: properties: name: type: string title: Name partyId: type: integer title: Partyid role: type: string title: Role additionalProperties: false type: object required: - name - partyId - role title: Party IndividualDamagesFilter: properties: judgmentSource: anyOf: - $ref: '#/components/schemas/JudgmentSourceFilter' - type: 'null' nameType: anyOf: - $ref: '#/components/schemas/NameTypeFilter' - type: 'null' date: anyOf: - $ref: '#/components/schemas/TimingFilter' - type: 'null' awardedToParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedtoparties awardedAgainstParties: anyOf: - items: type: integer type: array - type: 'null' title: Awardedagainstparties minimumAmount: anyOf: - type: number - type: string pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$ - type: 'null' title: Minimumamount additionalProperties: false type: object title: IndividualDamagesFilter DistrictCaseQueryResult: properties: cases: items: $ref: '#/components/schemas/DistrictCaseReference' type: array title: Cases additionalProperties: false type: object required: - cases title: DistrictCaseQueryResult ExpertWitnessesAdmissibilityOrderByStatus: properties: active: items: $ref: '#/components/schemas/ExpertWitnessAdmissibilityOrder' type: array title: Active voided: items: $ref: '#/components/schemas/ExpertWitnessAdmissibilityOrder' type: array title: Voided reversed: items: $ref: '#/components/schemas/ExpertWitnessAdmissibilityOrder' type: array title: Reversed additionalProperties: false type: object required: - active - voided - reversed title: ExpertWitnessesAdmissibilityOrderByStatus LawFirmAggregation: properties: data: items: $ref: '#/components/schemas/LawFirmCountByRole' type: array title: Data additionalProperties: false type: object required: - data title: LawFirmAggregation DistrictCaseRemedy: properties: name: type: string title: Name type: type: string title: Type judgmentSource: type: string title: Judgmentsource awardedToPartyIds: items: type: integer type: array title: Awardedtopartyids againstPartyIds: items: type: integer type: array title: Againstpartyids docketEntryFiled: type: string format: date title: Docketentryfiled negated: anyOf: - type: string format: date - type: 'null' title: Negated reinstated: anyOf: - type: string format: date - type: 'null' title: Reinstated docketEntryId: type: integer title: Docketentryid negatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Negateddocketentryid reinstatedDocketEntryId: anyOf: - type: integer - type: 'null' title: Reinstateddocketentryid additionalProperties: false type: object required: - name - type - judgmentSource - awardedToPartyIds - againstPartyIds - docketEntryFiled - docketEntryId title: DistrictCaseRemedy AttorneyFilter: properties: include: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Include exclude: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Exclude includePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includeplaintiff excludePlaintiff: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludeplaintiff includeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includedefendant excludeDefendant: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludedefendant includeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Includethirdparty excludeThirdParty: anyOf: - items: type: integer exclusiveMaximum: 2147483647.0 exclusiveMinimum: 0.0 type: array - type: 'null' title: Excludethirdparty additionalProperties: false type: object title: AttorneyFilter securitySchemes: JwtAccessBearer: type: http scheme: bearer