List Business Services
Lists all available business services.
Endpoint | http://<hostname>/bpm/pageflow/v1/businessServices?$filter=targetDevice eq 'Desktop' Request Method: GET |
Request Payload | N/A |
Response | [ { "processId": "131", "processName": "Make_Loan_Application", "processLabel": "Make_Loan_Application", "processExtName": "processOut/pageflow/myDemo.xpdl/Make_Loan_Application.bpel", "processType": "BUSINESSSERVICE", "channelIds": [ "openspaceGWTPull_DefaultChannel" ], "category": "myDemo/myDemo", "privileges": [], "moduleId": "84", "moduleName": "/myDemo/Process Packages/myDemo.xpdl", "moduleInternalName": "/myDemo/Process Packages/myDemo.xpdl", "moduleVersion": "1.0.0.20240212174759102", "hasInputParameters": false, "targetDevice": "Desktop" } ] |