Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search jurisdiction codes #162

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Conversation

BryceStevenWilley
Copy link
Collaborator

The flow goes like this:

  1. To search for all filing types where the name has the words "Jury Demand" in
    it, go to /jurisdictions/<id>/codes/filing_types?search=Jury Demand. These methods are called search internally.
  2. From there, you'll get the full names of the codes. Take one of those full
    names, say, "Jury Demand Filed - 12", and go to
    jurisdiction/<id>/codes/filing_types/Jury Demand Filed -12. These methods are called retrieve internally.
  3. There, you'll get the codes and locations that have that exact name. Go to
    jurisdictions/<id>/codes/courts/<location_id>/filing_types/12345 to get
    the full filing codes.

Added for:

  • Case Categories
  • Case Types
  • Filing Types
  • Party Types
  • Optional Services

The flow goes like this:

1. To search for all filing types where the name has the words "Jury Demand" in
  it, go to `/jurisdictions/<id>/codes/filing_types?search=Jury Demand`.
2. From there, you'll get the full names of the codes. Take one of those full
  names, say, "Jury Demand Filed - 12", and go to
  `jurisdiction/<id>/codes/filing_types/Jury Demand Filed -12`.
3. There, you'll get the codes and locations that have that exact name. Go to
  `jurisdictions/<id>/codes/courts/<location_id>/filing_types/12345` to get
  the full filing codes.

Added for:
* Case Categories
* Case Types
* Filing Types
* Party Types
* Optional Services
@BryceStevenWilley BryceStevenWilley merged commit e230fe0 into main Sep 27, 2023
3 checks passed
@BryceStevenWilley BryceStevenWilley deleted the search_jurisdiction_codes branch September 27, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant