SOAP API - getViewsForResource
The table summarizes the SOAP API - getViewsForResource.
Request | Uses the getViewsForResource element (from the WorkListService schema) |
Parameter notes |
|
Response | Returns a getViewsForResourceResponse element (from the WorkListService schema) |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:getViewsForResource startPosition="0" numberOfItems="9"/> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getViewsForResourceResponse xmlns="http://api.brm.n2.tibco.com"> <workListViews creationDate="2012-08-20T08:40:02.310Z" description="Work items received today" modificationDate="2012-08-20T08:52:25.543Z" name="Today's Work" owner="tibco-admin" public="false" workViewID="2" xmlns=""> <orderFilterCriteria> <filter>startDate>2012-08-20T00:00:00Z</filter> </orderFilterCriteria> </workListViews> <workListViews creationDate="2012-08-22T10:36:07.813Z" description="" modificationDate="2012-08-22T10:36:07.813Z" name="test" owner="tibco-admin" public="false" workViewID="4" xmlns=""/> <workListViews creationDate="2012-08-22T10:48:38.657Z" description="This is a test" modificationDate="2012-08-22T13:23:50.210Z" name="Test" owner="tibco-admin" public="true" workViewID="5" xmlns=""/> <workListViews creationDate="2012-08-22T16:24:19.257Z" description="" modificationDate="2012-08-22T16:24:19.257Z" name="test2" owner="tibco-admin" public="false" workViewID="6" xmlns=""/> </getViewsForResourceResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.