SOAP API - queryProcessTemplatesAlt
The table summarizes the SOAP API - queryProcessTemplatesAlt.
Request | Uses the queryProcessTemplatesAltInput element (from the ProcessManagement schema) |
Parameter notes |
|
Response | Returns a queryProcessTemplatesOutput element (from the ProcessManagement schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType"> <soapenv:Header/> <soapenv:Body> <proc:queryProcessTemplatesAltInput> <proc:select>DEFINITION.CREATION_DATE</proc:select> <proc:where>DEFINITION.NAME='WelcomeUsers'</proc:where> <proc:orderBy></proc:orderBy> <proc:pageSize>0</proc:pageSize> </proc:queryProcessTemplatesAltInput> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <queryProcessTemplatesOutput xmlns="http://www.tibco.com/bx/2009/management/processManagerType"> <processTemplates> <processTemplate> <creationTime>2011-06-29T07:29:58.943-07:00</creationTime> </processTemplate> <processTemplate> <creationTime>2011-06-29T08:30:30.543-07:00</creationTime> </processTemplate> </processTemplates> <pagingID>0</pagingID> </queryProcessTemplatesOutput> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.