REST API - queryProcessTemplates
The table summarizes the REST API - queryProcessTemplates.
Request
Format | GET <baseurl>/process/query/template/<query>/<pagesize> |
Path 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/template/SELECT%20*%20FROM%20process%20WHERE%20DEFINITION.NAME%3D'CSCallbackProcess'%20ORDER%20BY%20DEFINITION.VERSION/0 |
Response | { "processTemplates": { "processTemplate": { "basicTemplate": { "processQName": { "moduleName": "/CSCallback/Process Packages/CSCallback.xpdl", "processName": "CSCallbackProcess", "version": "1.0.0.201210231048" }, "description": null }, "priority": "NORMAL", "creationTime": "2013-01-16T11:36:27.940-08:00" } }, "pagingID": "0" } |
Copyright © Cloud Software Group, Inc. All rights reserved.