REST API - getMigrationPoints
The table summarizes the REST API - getMigrationPoints.
Request
Format | GET <baseurl>/process/migrationpoints/<module>/<process>/<version> |
Path parameters |
|
Response
JSON | Returns a JSON representation of the content of the migrationPoints element. |
XML | Returns the content of the migrationPoints element (from the ProcessManagement schema). |
Example
Request | GET <baseurl>/process/migrationpoints/%2FWelcomeUsersDesignSolution%2FProcess%20Packages%2FProcessPackage.xpdl/WelcomeUsers/1.0.0.201301210947 |
Response | { "proc:module": { "@name": "/WelcomeUsersDesignSolution/Process Packages/ProcessPackage.xpdl", "@version": "1.0.0.201301210947", "@xmlns:proc": "http://www.tibco.com/bx/2009/management/processManagerType", "proc:process": { "@name": "WelcomeUsers", "proc:task": [ { "@name": "EndEvent" }, { "@name": "GenerateMessage" }, { "@name": "DisplayMessage" } ] } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.