REST API - getViewDetails - application details

The table summarizes the REST API - getViewDetails - application details.

Request

Format
GET <baseurl>/globaldata/app/<appName>/<version>/getdataviewdetails
Path Parameter
  • appName. The name of the deployed application in TIBCO ActiveMatrix BPM. For example, com.example.gddemo-2.version
  • Version. The current version number of the deployed application.

Response

JSON Returns a JSON representation of the contents of a GetDataViewDetailsResponse element.
XML Returns the contents of a GetDataViewDetailsResponse element (from the BusinessDataServices schema)

Example

Request
GET <baseurl>/globaldata/app/com.example.gddemo-2/2/getdataviewdetails
Response
{

       "result":

       {

           "viewID": 5,

           "specification":

           {

               "caseClassDetails":

               {

                   "caseClass": "com.example.gddemo.Car",

                   "majorVersion": 2

               },

               "name": "Budget Cars",

               "description": "Cars with budget features"

           }

       }

}