REST API - getDataViewCategories

The table summarizes the REST API - getDataViewCategories.

Request

Format
POST <baseurl>/globaldata/dataviewcategory/getdataviewdetails/
Body categorySearchDetails. Contains the parameters in the CategorySearchDetails element (from the BusinessDataServices schema). See Defining Dataview Conditions .

Response

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

Example

Request
POST <baseurl>/globaldata/dataviewcategory/getdataviewdetails/
Body
<xml-fragment>

<category>

<name>Best Views</name>

</category>

</xml-fragment>
Response
{

       "category": "Best Views"

}