SOAP API - getCaseModelBasicInfo

The table summarizes the SOAP API - getCaseModelBasicInfo.

Request Uses the GetCaseModelBasicInfoRequest element (from the BusinessDataServicesAdminService schema)
Paramter Notes appName (optional): the name of the application that generated the case model. If you do not specify an application name, the response returns information for all case models.
Response Returns a GetCaseModelBasicInfoResponse element (from the BusinessDataServicesAdminService schema)
Example Request:
<soapenv:Body>
      <api:GetCaseModelBasicInfoRequest>
<appName>com.example.claimmodel-1</appName>
      </api:GetCaseModelBasicInfoRequest>
</soapenv:Body>
Response:
<SOAP-ENV:Body>
      <GetCaseModelBasicInfoResponse xmlns="http://api.bds.tibco.com">
         <caseModel xmlns="">
            <caseModelID>1</caseModelID>
            <appName>com.example.claimmodel-1</appName>
            <majorVersion>1</majorVersion>
         </caseModel>
      </GetCaseModelBasicInfoResponse>
</SOAP-ENV:Body>