SOAP API - getCaseReferencesForDataView
The table summarizes the SOAP API - getCaseReferencesForDataView.
Request | Uses the GetCaseReferencesForDataViewRequest element (from the BusinessDataServices schema) |
Parameter notes |
|
Response | Returns a GetCaseReferencesForDataViewResponse element (from the BusinessDataServices schema). Lists the case references resolved by the search query in the dataview. |
Example | Request:
<soapenv:Body> <api:GetCaseReferencesForDataViewRequest> <viewID>1</viewID> </api:GetCaseReferencesForDataViewRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <GetCaseReferencesForDataViewResponse xmlns="http://api.bds.tibco.com"> <caseReference xmlns="">BDS-2-com.example.gddemo.Car-33-0</caseReference> <caseReference xmlns="">BDS-2-com.example.gddemo.Car-42-0</caseReference> <caseReference xmlns="">BDS-2-com.example.gddemo.Car-44-0</caseReference> <hasMoreResults xmlns="">false</hasMoreResults> </GetCaseReferencesForDataViewResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.