REST API - getBusinessServiceDetailsByModule
The table summarizes the REST API - getBusinessServiceDetailsByModule.
Request
| Format | GET <baseurl>/businessservice/details/<module>/<process>  | 
                  
| Path parameters | |
| Query parameters | 
  | 
                  
Response
| JSON | Returns a JSON representation of the contents of a businessServiceDetailsResponse element. | 
| XML | Returns a businessServiceDetailsResponse element (from the WorkPresentationServices schema) | 
Example
| Request | GET <baseurl>/businessservice/details/%2FSimplestProc%2FProcessPackages%2FSimplestProc.xpdl/SimplestProcCatchMessageEvent  | 
                  
| Response | {
    "xml-fragment": {
        "@moduleName": "/SimplestProc/ProcessPackages/SimplestProc.xpdl",
        "@moduleVersion": "1.0.0.201301301211",
        "@name": "SimplestProcCatchMessageEvent",
        "@id": "_W9JBQGCxEeKQSvLdcLuD4A",
        "@url": "SimplestProc/.bpm/.processOut/pageflow/SimplestProc.xpdl/SimplestProcCatchMessageEvent.bpel",
        "page-activity": {
            "@id": "_XMHRY2CxEeKQSvLdcLuD4A",
            "@name": "UserTask",
            "page-reference": {
                "@guid": "",
                "@name": "UserTask.gwt.json",
                "@version": "1.0.0.201301301211",
                "relative-path": "1.0.0.201301301211/GIGWTPull_DefaultChannel/.default/SimplestProc/SimplestProcCatchMessageEvent/UserTask",
                "base-path": "http://localhost:8080/bpm"
            }
        }
    }
}
 | 
                  
Copyright © Cloud Software Group, Inc. All rights reserved.
