- output_format – Optional – json|xml – defaults to json
- caseid – Optional – LegalServer Case ID
- client_name – Optional – Client's name (First, Middle, and Last Name, with suffix)
- ssn – Optional – Client's Social Security Number (SSN)
- dob – Optional – Client's Date of Birth (DOB)
- /matter/api/basic_case_info/?caseid=17-00000255
- /matter/api/basic_case_info/?client_name=Jane+Doe
- /matter/api/basic_case_info/?caseid=17-00000255&client_name=Jane+Doe
- /matter/api/basic_case_info/?ssn=123-45-6789&dob=1/23/1945
- token – Required – Search query
- /matter/api/matter_search/?token=smith
- /matter/api/matter_search/?token=17-00000255
- number – Required – Phone number to search for. Anything non-numeric is ignored.
- /matter/api/caller_id_search/?number=1-212-555-1212&output_format=json
- case_number – Optional – The case number to write the note to.
- note – Required – The contents of the note to create.
- /matter/api/create_case_note?output_format=json
- first – Optional – First name
- middle – Optional – Middle name
- last – Optional – Last name
- suffix – Optional – Suffix
- phone_mobile – Optional – Mobile phone
- /matter/api/online_intake_trigger?output_format=json
- county – Optional – The county to search within.
- organization – Optional – Only show PBOs within a given organization.
- problem – Optional – Only show PBOs with this legal problem code.
- status – Optional – Only show PBOs with this status.
- offset – Optional – Start after N records. (Useful for pagination.)
- limit – Optional – How many results to fetch. (Default: 20)
/matter/api/pro_bono_opportunities/?county=King&problem=01&output_format=json
- case_number – Optional – The case number to search for.
- client_ssn – Optional – The client's social security number to search for.
- client_ssn_last4 – Optional – The last 4 digits of the client's social security number.
- client_dob – Optional – The clients date of birth to search for.
- /matter/api/ivr_case_status?output_format=json
- identification_number – Optional – Online Intake Matter ID.
- etransfer_id – Optional – The clients ETransfer ID.
- slot_id – Optional – Calendar Slot ID (that it is taking).
- action – Optional – An optional paramater for custom use.
- /matter/api/oi_appt_slots?output_format=json
- identification_number – Optional – Online Intake Matter ID.
- start_date – Optional – The date to search after
- problem_code_id – Optional – The Clients Problem Code ID.
- slot_id – Optional – Event Slot ID (that it is taking).
- action – Optional – An optional paramater for custom use.
- /matter/api/oi_clinic_event_appointments?output_format=json
- assignment – Optional – The person assigned to the case.
- county – Optional – The county to search within.
- organization – Optional – Only show PBOs within a given organization.
- problem – Optional – Only show PBOs with this legal problem code.
- status – Optional – Only show PBOs with this status.
- offset – Optional – Start after N records. (Useful for pagination.)
- limit – Optional – How many results to fetch. (Default: 20)
- /matter/api/my_cases/?assignment=32&county=King&problem=01&output_format=json
- assignment – Optional – The person assigned to the opportunity.
- county – Optional – The county to search within.
- organization – Optional – Only show PBOs within a given organization.
- problem – Optional – Only show PBOs with this legal problem code.
- status – Optional – Only show PBOs with this status.
- offset – Optional – Start after N records. (Useful for pagination.)
- limit – Optional – How many results to fetch. (Default: 20)
- /matter/api/my_opportunities/?assignment=32&county=King&problem=01&output_format=json
- caseid – Optional – LegalServer Case ID
- /matter/api/basic_admin_info/?caseid=255
- caseid – Optional – LegalServer Case ID
- /matter/api/pending_case_info/?caseid=255
- disposition – Required – LegalServer Case Disposition
- /matter/api/get_case_info/?disposition=open
- caseid – Optional – LegalServer Case ID
- /matter/api/basic_bigsky_info/?caseid=255
- caseid – Optional – LegalServer Case ID
- /matter/api/get_opportunity/?caseid=255
- caseid – Optional – LegalServer Case ID
- userid – Optional – LegalServer User ID
- /matter/api/take_opportunity/?caseid=42&userid=32
- caseid – Required – LegalServer Case ID
- /matter/api/release_opportunity/?caseid=47
- caseid – Required – LegalServer Case ID
- userid – Required – LegalServer User ID
- problem – Optional – LegalServer Problem Code ID
- answer – Required – The volunteers answer to a client question
- /matter/api/answer_opportunity/?caseid=42&userid=32&answer=my question response
- caseid – Required – LegalServer Case ID
- /matter/api/get_opportunity_answer/?caseid=42
- caseid – Required – LegalServer Case ID
- summary – Required – A breief summary of the question or issue
- question – Required – A detailed description of your question or issue
- /matter/api/set_opportunity/?caseid=255&summary=summary of my question&question=my detailed question
- first – Required – User First Name
- last – Required – User Last Name
- login – Optional – User Login Name
- /matter/api/new_user/?first=Lucious&last=DuFrain&login=ldufrain1