POST FilingsApi/CaseInfo

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Required

CaseId

Case Id

long

Required

getFromEFM

getFromEFM false or true

bool

Required

locationId

locationId

string

Required

caseDocketId

caseDocketId

string

Required

Request Formats

application/json, text/json

Sample:
{

"SessionId":"11d0fe6b-c9da-432a-91ea-34606c36e29d",
"FilerEmailAddress":"sirishapettela@gmail.com",
"CaseId":14878,
"getFromEFM":true,
"locationId":"travis:dc",
"caseDocketId":"test1234"

}

                        

Response Information

Response Formats

application/json, text/json

Sample:
			{
    "CaseId": 14878,
    "MatterNumber": "148",
    "CaseTrackingId": "8554b56a-964c-48d7-904b-78bf2dbb403e",
    "CaseDocketId": "test1234",
    "IsCaseDocket": false,
    "IsOriginalPetition": false,
    "IsFilerIndividual": false,
    "Location": "travis:dc",
    "County": null,
    "Title": null,
    "AttorneyOfRecord": "57613d0b-929d-4aa7-8487-c1b078789c3e",
    "AttorneyEFMId": "bb162010-95cf-490e-8a25-5a75c3995f86",
    "AttorneyOfRecordName": "prasanna k",
    "PaymentAccount": "40bad0a5-da98-4486-9705-05ff06c5e70c",
    "PaymentAccountName": "Testing ",
    "Category": "145555",
    "CategoryText": "Civil - Injury or Damage",
    "ProcedureRemedyCodes": null,
    "DamageAmountCode": null,
    "CaseType": "136250",
    "CaseTypeText": "Motor Vehicle Accident",
    "LocationText": "Travis County - District Clerk",
    "EntityName": null,
    "ClientMatterNumberRequired": true,
    "CasePartiesSelectList": [
        {
            "Selected": false,
            "Text": "Others",
            "Value": "0"
        }
    ],
    "SelectedCaseParty": null,
    "IsNonIndexed": false,
    "AllowNonIndexCase": true,
    "Statekey": null,
    "DefaultCountryKey": "US"
}