REST API - queryProcessTemplatesAlt
The table summarizes the REST API - queryProcessTemplatesAlt.
Request
Format | GET <baseurl>/process/query/templatealt/<select>/<pagesize> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the queryProcessTemplatesOutput element. |
XML | Returns the content of the queryProcessTemplatesOutput element (from the ProcessManagement schema). |
Example
Request | GET <baseurl>/process/query/templatealt/DEFINITION.CREATION_DATE/2?where=DEFINITION.NAME%3D'WelcomeUsers'&orderby=DEFINITION.PRIORITY |
Response | { "xml-fragment": { "proc:processTemplates": { "@xmlns:proc": "http://www.tibco.com/bx/2009/management/processManagerType", "proc:processTemplate": [ { "proc:creationTime": "2013-01-29T13:11:22.867-08:00" }, { "proc:creationTime": "2013-01-29T13:01:19.427-08:00" } ] }, "proc:pagingID": { "@xmlns:proc": "http://www.tibco.com/bx/2009/management/processManagerType", "#text": "-1729060952" } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.