REST API - listBusinessServices
The table summarizes the REST API - listBusinessServices.
Request
Response
JSON | Returns a JSON representation of the contents of a listBusinessServicesResponse element. |
XML | Returns the contents of a listBusinessServicesResponse element (from the BusinessService schema) |
Example
Request | GET <baseurl>/businessservice/list |
Response | { "xml-fragment": { "startPosition": 0, "endPosition": 2, "totalItems": 2, "businessCategory": [ { "@name": "WelcomeUsersImplementSolution", "ChildBusinessCategory": { "@name": "ProcessPackage", "BusinessServiceTemplate": { "@moduleName": "/WelcomeUsersImplementSolution/Process Packages/ProcessPackage.xpdl", "@version": "1.0.0.201301021250", "@processName": "RequestCall", "@hasFormalParameters": "false" } } }, { "@name": "RestSample3", "ChildBusinessCategory": { "@name": "Sample3", "BusinessServiceTemplate": { "@moduleName": "/RestSample1/ProcessPackages/RestSample1.xpdl", "@version": "1.0.0.201301031722", "@processName": "StartClaimProcess", "@hasFormalParameters": "false" } } } ] } } |
Copyright © Cloud Software Group, Inc. All rights reserved.