SOAP API - getDataViewCategories
The table summarizes the SOAP API - getDataViewCategories.
Request | Uses the GetDataViewCategoriesRequest element (from the BusinessDataServices schema) |
Parameter notes |
|
Response | Returns a GetDataViewCategoriesResponse element (from the BusinessDataServices schema) |
Example | Request:
<soapenv:Body> <api:GetDataViewCategoriesRequest> <category> <childDepth>-1</childDepth> </category> </api:GetDataViewCategoriesRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <GetDataViewCategoriesResponse xmlns="http://api.bds.tibco.com"> <category xmlns="">UNCATEGORIZED</category> <category xmlns="">Marketing</category> </GetDataViewCategoriesResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.