🏛️
CRLCA
  • Overview
  • Quick Start
  • Change Log
  • How-To Guides
    • Querying Multiple Fields
    • Translating a Search URL into an API Query
    • Converting JSON to CSV
    • Embedding PDF Documents
  • API Reference
    • Endpoints
      • Case ID
      • Case Ongoing
      • Case Type
      • Special Collection
      • Case State
      • Case Court
      • Case Status
      • Plaintiffs
        • Public Interest Lawyer
        • Filed Pro Se
        • Class Action Sought
        • Class Action Outcome
        • Attorney Organization
        • Plaintiff Type
      • Defendants
        • Defendant Type
        • Defendant Level
        • Facility type
      • Case Details
        • Cause of Action
        • Available Documents
        • Constitutional Clause
        • Special Case Type
      • Outcome
        • Case Settlement Status
        • Case Relief Source
        • Case Relief Nature
        • Case Content of Injunction
        • Case Prevailing Party
      • Document Details
        • Document Type
      • Issues
        • Case Issue
        • Case Custom Issue
    • Objects
      • Case
        • Case Details
        • Causes of Action
        • Outcome
        • Issues
        • Key Dates
        • Parties
        • Dockets and Case Numbers
        • Documents
        • Resources
        • Summaries
        • Case Status
      • Defendant
      • Docket
      • Docket Entry
      • Document
        • Document Details
        • Citations
      • Resource
        • Resource Details
        • Related Items
  • Need Help?
Powered by GitBook
On this page
  1. API Reference
  2. Endpoints
  3. Outcome

Case Content of Injunction

Filter cases by content of injunction

Filter by case content of injunction (integer).

GET https://clearinghouse.net/api/v1/cases?content_of_injunction=content_of_injunction_id

Query Parameters

Name
Type
Description

content_of_injunction*

integer

Content of Injunction ID (see list below for list of integers and its mapped values)

Headers

Name
Type
Description

Authorization*

String

Authorization

Token XXXXXXXXXXX

where

XXXXXXXXXXX

is the token string

\\ Examples of:
\\ No results, key not found, or invalid parameter

\\ No results
\\ Example query endpoint: /api/v1/cases/?case_id=1&case_ongoing=1
["No results for {'case_id': '1', 'case_ongoing': '1'}"]

\\ Key not found
\\ Example query endpoint: /api/v1/cases?test_key=1
["API Error: Key: test_key, Value: 1 not found."]

\\ Example query endpoint: /api/v1/cases/?case_id=xyz
["API Error: zxy is not an integer."]
{
    "detail":"Authentication credentials were not provided."
}

5573

Warrant/order for search or seizure

5574

Required disclosure

5523

Expungement of Employment Record

38547

New Election

5527

Discrimination Prohibition

38548

Redistricting

38549

Vote Counting

38550

Voting Process Changes

38551

Voter Registration

38552

State Statute Struck Down

5542

Auditing

5342

Busing

5533

Comply with advertising/recruiting requirements

5529

Develop anti-discrimination policy

5532

Follow recruitment, hiring, or promotion protocols

5544

Goals (e.g., for hiring, admissions)

5519

Hire

5538

Implement complaint/dispute resolution process

5534

Other requirements regarding hiring, promotion, retention

5535

Post/Distribute Notice of Rights / EE Law

5540

Monitor/Master

5330

Preliminary relief granted

5327

Receivership

5628

Preliminary relief request withdrawn/mooted

5520

Promotion

5536

Provide antidiscrimination training

5541

Recordkeeping

5539

Reporting

5528

Retaliation Prohibition

5525

Retroactive Seniority

5343

Student assignment

5585

Training

5531

Utilize objective hiring/promotion criteria

5530

Utilize objective job description

5526

Reasonable Accommodation

5522

Reinstatement

5344

Remedial education

5341

Magnet school

5543

Monitoring

5524

Neutral/Positive Reference

5521

Position Restored

5331

Preliminary relief denied

5518

Apology

Example

https://clearinghouse.net/api/v1/case?content_of_injunction=5331
import requests

url = "https://clearinghouse.net/api/v1/case?content_of_injunction=5518"
headers = { 'Authorization': 'Token XXXXXXXXXX',
'User-Agent': 'Chrome v22.2 Linux Ubuntu'
}
response = requests.request("GET", url, headers=headers, data={})

print(response.text)
PreviousCase Relief NatureNextCase Prevailing Party

Last updated 10 months ago

For more information about these injunction criteria, see .

Content of Injunction