Class JurisdictionSwitch

java.lang.Object
edu.suffolk.litlab.efsp.server.services.JurisdictionSwitch

@Path("/jurisdictions") public class JurisdictionSwitch extends Object
  • Constructor Details

  • Method Details

    • getAll

      @GET @Path("/") @Produces("application/json") public jakarta.ws.rs.core.Response getAll()
    • getJurisdictionService

      @Path("{jurisdiction_id}") public JurisdictionServiceHandle getJurisdictionService(@PathParam("jurisdiction_id") String jurisdictionId)
      Chooses the specific jurisdiction (i.e. US State or other court system) that you are filing into.
      Parameters:
      jurisdictionId - the full name of the state, usually lower case ("massachusetts", or "illinois").
      Returns: