REST API - getDataViewDetails - uncategorized
The table summarizes the REST API - getDataViewDetails - uncategorized.
Request
Note: This returns all the data views that have been created using the web service API without specifying a category. If you create a data view in Openspace and Workspace without specifying a category, the BPM clients place them in a category called UNCATEGORIZED. Using the REST API getViewDetails does not return any data views created without a category in Openspace or Workspace.
Format |
GET <baseurl>/globaldata/dataviewcategory/uncategorized/getdataviewdetails |
Query Parameters |
|
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/uncategorized/getdataviewdetails?includeAppDetails=true |
Response |
{ "result": { "viewID": 4, "specification": { "caseClassDetails": { "caseClass": "com.example.hastings.Customer", "majorVersion": 1 }, "name": "Customers", "description": "Current customers", "condition": { "@type": "api:AttributeSearchCondition", "attrPath": "accountNumber", "operator": "EQ", "value": "12*" } }, "appDetails": { "name": "com.example.hastings-1", "majorVersion": 1 } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.