REST API - getCaseModelBasicInfo

The table summarizes the REST API - getCaseModelBasicInfo.

Request

Format
GET <baseurl>/globaldata/admin/casemodel
Query parameters name=string (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

JSON Returns a JSON representation of the contents of a GetCaseModelBasicInfoResponse element.
XML Returns the contents of a GetCaseModelBasicInfoResponse element (from the BusinessDataServicesAdminService schema)

Example

Request
GET <baseurl>/globaldata/admin/casemodel
Response
{
"caseModel":
       {
           "caseModelID": 1,
           "appName": "com.example.claimmodel-1",
           "majorVersion": 1
       }
}