REST API - isSetMigrationRule
The table summarizes the REST API - isSetMigrationRule.
Request
Format | GET <baseurl>/process/isset/migrationrules/<module>/<process>/<version>/<task> |
Path parameters |
|
Response
JSON | If successful, returns 204 No Content in the response header, and either true or false in the response body, indicating whether or not migration rules are set. |
XML | If successful, returns 204 No Content in the response header, and either true or false in the response body, indicating whether or not migration rules are set. |
Example
Request | GET <baseurl>/process/isset/migrationrules/%2FWelcomeUsersImplementSolution%2FProcess%20Packages%2FProcessPackage.xpdl/WelcomeUsers/1.0.0.201302061109/DisplayMessage |
Response | true |