SOAP API - getDataViewCategories
The table summarizes the SOAP API - getDataViewCategories.
Request | Uses the GetDataViewCategoriesRequestelement (from the BusinessDataServicesschema) |
Parameter notes |
|
Response | Returns a GetDataViewCategoriesResponseelement (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> |