Description: The documentation for REST API - getDataViewCategories is incorrect. It does not work using the format provided. Symptoms: REST API - getDataViewCategories will not work following the v4.0.0 documentation.
Cause: Documentation is for REST API - getDataViewDetails, not getDataViewCategories.
Environment
Product: TIBCO ActiveMatrix BPM
Version: 4.0.0
OS: All Supported Operating Systems
Resolution
The REST API - getDataViewCategories format should be as follows.
POST /bpm/rest/globaldata/dataviewcategory/get
Payload <xml-fragment> <category>
</category> </xml-fragment>
Refer to the attached screenshot (Filename: REST_API_-_getDataViewCategories.jpg).
Issue/Introduction
REST API - getDataViewCategories.Documentation is not correct regarding format.