Resources for DevelopersOld REST APIAdministration REST APICustom FieldsVersion BundlesGet a Version from a BundleGet a Version from a BundleLast modified: 17 December 2019 GET /admin/customfield/versionBundle/{bundleName}/{versionName} Get version from bundle GET /rest/admin/customfield/versionBundle/{bundleName}/{versionName} Parameters: Name Type Description bundleName string Name of a bundle to get a version from. versionName string Name of a version to get. Sample Request GET https://example.com/youtrack/rest/admin/customfield/versionBundle/New%20Name%20with%20spaces/version%20with%20space Cookie: $Version=0; JSESSIONID=9bnw8hxu0qm9rya5i9zd1v9t; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/ Response HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 177 <?xml version="1.0" encoding="UTF-8" standalone="yes"?><version description="My description" releaseDate="123456789" released="true" archived="true">version with space</version>