SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Search jurisdiction codes #162

Closed BryceStevenWilley closed 11 months ago

BryceStevenWilley commented 11 months ago

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: