REST API - getdetails - viewID

The table summarizes the REST API - getdetails - viewID.

Request

Format
GET <baseurl>/globaldata/dataview/id/<viewID>/getdetails
Path Parameter viewID. The unique identifier of the dataview.

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/dataview/id/5/getdetails
Response
{

       "result":

       {

           "viewID": 5,

           "specification":

           {

               "caseClassDetails":

               {

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

                   "majorVersion": 2

               },

               "name": "Budget Cars",

               "description": "Cars with budget features"

           }

       }

}