REST API - listServices
The table summarizes the REST API - listServices.
Request
Format | GET <baseurl>/process/services/list |
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the BusinessServiceTemplate element. |
XML | Returns the content of the BusinessServiceTemplate element (from the BusinessServiceschema). |
Example
Request | GET <baseurl>/process/services/list/ |
Response | { "businessServiceTemplate": { "@moduleName": "/WelcomeUsersImplementSolution/Process Packages/ProcessPackage.xpdl", "@version": "1.0.0.201302121042", "@processName": "WelcomeUsers_StartEvent", "@hasFormalParameters": "true" } } |