CaseSearchByPartyService_3_1


Click here for a complete list of operations.

CaseSearchByParty

Search for cases based on party identifying information in MNCIS. Version 3:1

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Prod/WebServices/CourtsIS_02/CaseSearchByPartyService_3_1.asmx HTTP/1.1
Host: is.courts.state.mn.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.courts.state.mn.us/IS/02/CaseSearchByPartyRequest"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CaseSearchByPartyRequest schemaVersion="string" messageProducedDateTime="dateTime" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <Selection />
      <Restriction>
        <CaseTypes>
          <CaseCategoryText code="string" />
          <CaseTypeText code="string" />
          <CaseTypeText code="string" />
        </CaseTypes>
        <CaseLocations>
          <CaseLocationText code="string" />
          <CaseLocationText code="string" />
        </CaseLocations>
        <PartyCaseAssociations>
          <PartyBaseCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <PartyCaseAssociationText code="string" />
          <PartyCaseAssociationText code="string" />
        </PartyCaseAssociations>
        <IncludeInactiveIndicator>boolean</IncludeInactiveIndicator>
        <CaseMatchLimit>int</CaseMatchLimit>
      </Restriction>
    </CaseSearchByPartyRequest>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CaseSearchByPartyReply schemaVersion="string" messageProducedDateTime="dateTime" partyMatchCount="int" caseMatchCount="int" caseMatchLimitExceededIndicator="boolean" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <PartyMatch partyKey="positiveInteger">
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <PartyName currentNameIndicator="boolean" />
        <PartyName currentNameIndicator="boolean" />
        <PartyBirthDate>date</PartyBirthDate>
        <PartyBirthDate>date</PartyBirthDate>
        <PartyDeathDate>date</PartyDeathDate>
        <PersonAssignedIDDetails>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
        </PersonAssignedIDDetails>
        <ActiveWarrantCount>int</ActiveWarrantCount>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
      </PartyMatch>
      <PartyMatch partyKey="positiveInteger">
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <PartyName currentNameIndicator="boolean" />
        <PartyName currentNameIndicator="boolean" />
        <PartyBirthDate>date</PartyBirthDate>
        <PartyBirthDate>date</PartyBirthDate>
        <PartyDeathDate>date</PartyDeathDate>
        <PersonAssignedIDDetails>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
        </PersonAssignedIDDetails>
        <ActiveWarrantCount>int</ActiveWarrantCount>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
      </PartyMatch>
    </CaseSearchByPartyReply>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Prod/WebServices/CourtsIS_02/CaseSearchByPartyService_3_1.asmx HTTP/1.1
Host: is.courts.state.mn.us
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CaseSearchByPartyRequest schemaVersion="string" messageProducedDateTime="dateTime" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <Selection />
      <Restriction>
        <CaseTypes>
          <CaseCategoryText code="string" />
          <CaseTypeText code="string" />
          <CaseTypeText code="string" />
        </CaseTypes>
        <CaseLocations>
          <CaseLocationText code="string" />
          <CaseLocationText code="string" />
        </CaseLocations>
        <PartyCaseAssociations>
          <PartyBaseCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <PartyCaseAssociationText code="string" />
          <PartyCaseAssociationText code="string" />
        </PartyCaseAssociations>
        <IncludeInactiveIndicator>boolean</IncludeInactiveIndicator>
        <CaseMatchLimit>int</CaseMatchLimit>
      </Restriction>
    </CaseSearchByPartyRequest>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CaseSearchByPartyReply schemaVersion="string" messageProducedDateTime="dateTime" partyMatchCount="int" caseMatchCount="int" caseMatchLimitExceededIndicator="boolean" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <PartyMatch partyKey="positiveInteger">
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <PartyName currentNameIndicator="boolean" />
        <PartyName currentNameIndicator="boolean" />
        <PartyBirthDate>date</PartyBirthDate>
        <PartyBirthDate>date</PartyBirthDate>
        <PartyDeathDate>date</PartyDeathDate>
        <PersonAssignedIDDetails>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
        </PersonAssignedIDDetails>
        <ActiveWarrantCount>int</ActiveWarrantCount>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
      </PartyMatch>
      <PartyMatch partyKey="positiveInteger">
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <Group>
          <GroupID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </GroupID>
          <GroupNameText>string</GroupNameText>
          <GroupCommentText>string</GroupCommentText>
        </Group>
        <PartyName currentNameIndicator="boolean" />
        <PartyName currentNameIndicator="boolean" />
        <PartyBirthDate>date</PartyBirthDate>
        <PartyBirthDate>date</PartyBirthDate>
        <PartyDeathDate>date</PartyDeathDate>
        <PersonAssignedIDDetails>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonID>
            <ID>string</ID>
          </PersonID>
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonSSNID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonDriverLicenseID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonFBIID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonStateID currentKnownIndicator="boolean" />
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
          <PersonOtherID>
            <ID>string</ID>
            <IDTypeText>string</IDTypeText>
            <IDTypeCodeText>string</IDTypeCodeText>
          </PersonOtherID>
        </PersonAssignedIDDetails>
        <ActiveWarrantCount>int</ActiveWarrantCount>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
        <CaseMatch caseNumberKey="string" caseKey="positiveInteger">
          <PartyCaseAssociationText code="string" />
          <PartyBaseCaseAssociationText code="string" />
          <CourtFileNumber>
            <ID>string</ID>
          </CourtFileNumber>
          <CaseCountyNumber>positiveInteger</CaseCountyNumber>
          <CaseLocationText code="string" />
          <BaseCaseTypeText>string</BaseCaseTypeText>
          <CaseCategoryText code="string" />
          <CaseTitle>string</CaseTitle>
          <CaseTypeText code="string" />
          <CaseSubTypeText code="string" />
          <CaseFiledDateTime>dateTime</CaseFiledDateTime>
          <CaseIsConfidential>boolean</CaseIsConfidential>
          <CaseIsSealed>boolean</CaseIsSealed>
          <CaseIsRestricted>boolean</CaseIsRestricted>
          <Group>
            <GroupID xsi:nil="true" />
            <GroupNameText>string</GroupNameText>
            <GroupCommentText>string</GroupCommentText>
          </Group>
          <CaseStatus currentStatusIndicator="boolean" />
        </CaseMatch>
      </PartyMatch>
    </CaseSearchByPartyReply>
  </soap12:Body>
</soap12:Envelope>