REST API - getViewdetails - category

The table summarizes the REST API - getViewdetails - category.

Request

Format
POST <baseurl>/globaldata/dataviewcategory/getdataviewdetails
Body categorySearchDetails. Specifies the parameters in the categorySearchDetails element (from the BusinessDataServices schema). See Dataview Categories .

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/dataviewcategory/getdataviewdetails
Body
<xml-fragment>

<category>

<name>Best Views</name>

</category>

</xml-fragment>
Response
{

       "result":

       {

           "viewID": 6,

           "specification":

           {

               "caseClassDetails":

               {

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

                   "majorVersion": 2

               },

               "name": "Luxury Cars",

               "description": "Cars with awesome features"

           }

       }

}