SOAP API - getEditableWorkListViews
The table summarizes the SOAP API - getEditableWorkListViews.
Request | Uses the getEditableWorkListView element (from the WorkListService schema) |
Parameter notes |
|
Response | Returns a getEditableWorkListViewResponse 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:getEditableWorkListViews startPosition="0" numberOfItems="100"/> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getEditableWorkListViewsResponse xmlns="http://api.brm.n2.tibco.com"> <workListViews creationDate="2012-08-15T09:29:03.470Z" description="This is a test" modificationDate="2012-08-15T11:10:03.037Z" name="Test" owner="tibco-admin" public="false" workViewID="13" xmlns=""/> </getEditableWorkListViewsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.