GET LookUpApi/Locations?SessionId={SessionId}&isInitial={false}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&Code={Code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionId

Session GUID

string

Required

isInitial

isInitial is true or false

bool

Required

PageNumber

PageNumber

integer

Required

PageSize

PageSize

integer

Required

Term

Term

string

Optional

Code

Location Code

string

Optional

Body Parameters

None.

Response Information

Response Formats

application/json, text/json

Sample:
{
    "Locations": [
        {
            "Code": "bexar:cc",
            "Name": "Bexar County - County Clerk",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4716",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        },
        {
            "Code": "bexar:ccbf",
            "Name": "Bexar County - County Clerk - Bond Forfeiture",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4740",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        },
        {
            "Code": "bexar:cccr",
            "Name": "Bexar County - County Clerk - Criminal",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4770",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        },
        {
            "Code": "bexar:dc",
            "Name": "Bexar County - District Clerk",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4701",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        },
        {
            "Code": "bexar:dccr",
            "Name": "Bexar County - District Clerk - Criminal",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4750",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        },
        {
            "Code": "bexar:pc",
            "Name": "Bexar County - Probate Court",
            "FilingType": 3,
            "AllowInitial": false,
            "AllowSubsequent": false,
            "AllowMultipleAttorneys": false,
            "OdysseyNodeId": "4732",
            "CMSId": "1685",
            "SupportedCaseType": null,
            "AllowNonIndexCase": true,
            "LookupURL": null,
            "CaseTypeLookups": null,
            "AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
            "SendServiceBeforeReview": true,
            "ParentNodeID": "bexar",
            "IsCounty": false,
            "RestrictBankAccountPayment": false,
            "IsActive": true
        }
    ],
    "TotalRecordCount": 676,
    "PageNumber": 0,
    "PageSize": 20
}