Evaluate Changelogic without registration!
  

Get Change Checkout Information


Use this service to find out how to check out a given change.

Input

ParameterRequired?ExplanationExample
URLYesBase URL on Changelogic servicehttps://changelogic.example.com/changelogic/service.php
eventYesEvent of Changelogic service, it remains always the sameevent=Get_checkout_data
userYesChangelogic username to use when accessing the serviceuser=autobuild
authYesAuthentication code for the user. You can generate new authentication code for a user from menu Project-> Authentication codesauth=l92ac4b7d77c76
script_versionYesSerial version number of current client protocol; this specification describes version 58script_version=58
change_idYesIdentifier of the changechange_id=932

Example URL: https://cl.example.com/service.php?event=Get_checkout_data&user=autobuild&auth=a92ac4b7&script_version=58&change_id=932

Output

PropertyExplanationExample
change.tagTag in VCS repositorytag=change_932
change.base_tagTag of base version or base checkpoint of the changechange.base_tag=ver-1_17_2_18
repositoryPath to main module in VCSmodule=fancyproject
modules.module0.server_path, modules.module1.server_path, modules.module2.server_path, ...Paths to extra modules in VCSmodules.module0.server_path=funnymodule
modules.module0.work_path, modules.module1.work_path, modules.module2.work_path, ...Paths to extra modules in working directory, relative to root of main modulemodules.module0.work_path=modules/funny
modules.module0.tag, modules.module1.tag, modules.module2.tag, ...Tags of extra modules in VCS for given changemodules.module0.tag=ver-1_17_2_18
missing_adjustments.adjustment0.id, missing_adjustments.adjustment1.id, missing_adjustments.adjustment2.id, ...Identifiers of environment adjustments required for given change that are missing from environmentmissing_adjustments.adjustment0.id=32
missing_adjustments.adjustment0.short_description, missing_adjustments.adjustment1.short_description, missing_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments required for given change that are missing from environmentmissing_adjustments.adjustment0.short_description=At least 5GB free tablespace for Oracle
excessive_adjustments.adjustment0.id, excessive_adjustments.adjustment1.id, excessive_adjustments.adjustment2.id, ...Identifiers of environment adjustments NOT required for given change that are excessive in environmentexcessive_adjustments.adjustment0.id=37
excessive_adjustments.adjustment0.short_description, excessive_adjustments.adjustment1.short_description, excessive_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments NOT required for given change that are excessive in environmentexcessive_adjustments.adjustment0. short_description=Java 5 JVM