Valid search types:
Statewide Criminal & Infraction Name Search (By Person Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/statewidenamesearch
POST body:
<StatewideCriminalNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<StateWideCriminalNameSearchParameters>
<BeginYear></BeginYear>
<CaseType></CaseType>
<CompanyName></CompanyName>
<County></County>
<DOB></DOB>
<EndYear></EndYear>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<Race></Race>
<RowCount2>10</RowCount2>
<Sex></Sex>
</StateWideCriminalNameSearchParameters>
</StatewideCriminalNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| lastname | Individual's last name OR Business name |
[ex: smith] |
| firstname | Individual's first name |
[ex: john] |
| MiddleName | Individual's middle name |
|
| County | County/Counties(The user can enter 1 county or upto 4 counties which are comma delimited. If no county is entered the search is performed in “All” counties.) |
&county=Mecklenburg or &county=MECKL or &county=Jones,Macon,Madison,Meckl |
| Casetype | Case type |
(C, I, R) |
| BeginYear | Begin Year (yy) |
[ex: 05 or 12] |
| EndYear | End Year (yy) |
[ex: 05 or 12] |
| Race | Race |
(B,W,A) |
| Sex | Sex |
(M,F) |
| Dob | Date Of Birth |
|
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
Statewide Criminal & Infraction Name Search (By Company Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/statewidenamesearch
POST body:
<StatewideCriminalNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<StateWideCriminalNameSearchParameters>
<BeginYear></BeginYear>
<CaseType></CaseType>
<CompanyName></CompanyName>
<County></County>
<DOB></DOB>
<EndYear></EndYear>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<Race></Race>
<RowCount2>10</RowCount2>
<Sex></Sex>
</StateWideCriminalNameSearchParameters>
</StatewideCriminalNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| CompanyName | Company Name |
|
| County | County/Counties(The user can enter 1 county or upto 4 counties which are comma delimited. If no county is entered the search is performed in “All” counties.) |
&county=Mecklenburg or &county=MECKL or &county=Jones,Macon,Madison,Meckl |
| Casetype | Case type |
(C, I, R) |
| BeginYear | Begin Year (yy) |
[ex: 05 or 12] |
| EndYear | End Year (yy) |
[ex: 05 or 12] |
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
County Criminal & Infraction Name Search (By Person Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/criminalnamesearch
POST body:
<CriminalNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CriminalNameSearchRequestParameters>
<ArchivalNameInquiry>false</ArchivalNameInquiry>
<CompanyName></CompanyName>
<County></County>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<RowCount2>10</RowCount2>
</CriminalNameSearchRequestParameters>
</CriminalNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| lastname | Individual's last name OR Business name |
[ex: smith] |
| firstname | Individual's first name |
[ex: john] |
| MiddleName | Individual's middle name |
|
| County | County/Counties(User can enter up to 1-5 counties which are comma delimited.) |
&county=Mecklenburg or &county=MECKL or &county=Jones,Macon,Madison |
| ArchivalNameInquiry | true/false (True – for Archival Name Inquiry; False – for regular criminal name search) |
|
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
County Criminal & Infraction Name Search (By Company Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/criminalnamesearch
POST body:
<CriminalNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CriminalNameSearchRequestParameters>
<ArchivalNameInquiry>false</ArchivalNameInquiry>
<CompanyName></CompanyName>
<County></County>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<RowCount2>10</RowCount2>
</CriminalNameSearchRequestParameters>
</CriminalNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| CompanyName | Company Name |
|
| County | County/Counties(User can enter up to 1-5 counties which are comma delimited.) |
&county=Mecklenburg or &county=MECKL or &county=Jones,Macon,Madison,Meckl |
| ArchivalNameInquiry | true/false (True – for Archival Name Inquiry; False – for regular criminal name search) |
|
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
Criminal & Infraction Case Number Search Expanded
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/criminalcasesearch
POST body:
<CriminalCaseSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CriminalCaseSearchParameteres>
<CaseType></CaseType>
<County></County>
<FileNumber></FileNumber>
<FileNumberYear></FileNumberYear>
</CriminalCaseSearchParameteres>
</CriminalCaseSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| CaseType | Case type |
(CR, CRS, IF, IFS) |
| County | Enter the name of the county for which that case belongs to.*(It’s a required field and takes only 1 valid county name). |
&county=JOHNS or Johnston |
| FileNumber | File Number for that case |
&filenumber=52516 or 052516 |
| FileNumberYear | Case filed year |
&year=4 or 04 |
Criminal & Infraction Case Number Search Basic
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/CriminalCaseSearchBasic
POST body:
<CriminalCaseSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CriminalCaseSearchParameteres>
<CaseType></CaseType>
<County></County>
<FileNumber></FileNumber>
<FileNumberYear></FileNumberYear>
</CriminalCaseSearchParameteres>
</CriminalCaseSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| CaseType | Case type |
(CR, CRS, IF, IFS) |
| County | Enter the county number for which that case belongs to.*(It’s a required field and takes only 1 valid county name). Complete Court List |
[ex: 000, 001] |
| FileNumber | File Number for that case |
&filenumber=52516 or 052516 |
| FileNumberYear | Case filed year |
&year=4 or 04 |
County Civil Name Search (By Person Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/civilnamesearch
POST body:
<CivilNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CivilNameSearchParameters>
<AfterSpecificDate></AfterSpecificDate>
<CompanyName></CompanyName>
<County></County>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<RowCount2>10</RowCount2>
</CivilNameSearchParameters>
</CivilNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| AfterSpecificDate | Limits a search for names on cases filed since a specific date. (Format: MMDDYY) |
[ex: 052199] |
| lastname | Individual's last name OR Business name |
[ex: smith] |
| firstname | Individual's first name |
[ex: john] |
| MiddleName | Individual's middle name |
|
| County | County/Counties(The user can enter 1 county or upto 4 counties which are comma delimited. If no county is entered the search is performed in “All” counties.) |
&county=JOHNS or Johnston |
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
County Civil Name Search (By Company Name)
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/civilnamesearch
POST body:
<CivilNameSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CivilNameSearchParameters>
<AfterSpecificDate></AfterSpecificDate>
<CompanyName></CompanyName>
<County></County>
<FirstName></FirstName>
<LastName></LastName>
<MiddleName></MiddleName>
<RowCount2>10</RowCount2>
</CivilNameSearchParameters>
</CivilNameSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| AfterSpecificDate | Limits a search for names on cases filed since a specific date. (Format: MMDDYY) |
[ex: 052199] |
| CompanyName | Company Name |
|
| County | County/Counties(The user can enter 1 county or upto 4 counties which are comma delimited. If no county is entered the search is performed in “All” counties.) |
&county=JOHNS or Johnston |
| Rowcount2 | Number of results the user wants to look at.(By default it returns a maximum of 200 results. The user can specify the count if he wants less than 200.) |
|
POST URL:
https://api.themisds.com/ncaoc_v2/ncaoc.svc/civilcasesearch
POST body:
<CivilCaseSearchRequestElement>
<Session>
<Account></Account>
<Key></Key>
<ReferenceID></ReferenceID>
<SearchType>ncaoc</SearchType>
</Session>
<CivilCaseSearchParameters>
<CaseType></CaseType>
<County></County>
<FileNumber></FileNumber>
<Year></Year>
</CivilCaseSearchParameters>
</CivilCaseSearchRequestElement>
| Parameter | Description |
Example |
| account | Your account |
|
| key | Your password |
|
| RefereneceID | Enter a number(up to 10 digits) to track the transcation |
[ex: 12225] |
| CaseType | Case type |
(CVM, CVD, CVS, M, E, SP, R, CR, CRS, or J) |
| County | Enter the name of the county for which that case belongs to.*(It’s a required field and takes only 1 valid county name). |
&county=JOHNS or Johnston |
| FileNumber | File Number for that case |
&filenumber=43277 or 043277 |
| Year | Case filed year |
&year=4 or 04 |