Change
Number of APIs: 9
-
Get a field of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/:field
-
Get all changes. GET {{baseUrl}}/app/rest/changes?locator=<ChangeLocator>&fields=<string>
-
Get change matching the locator. GET {{baseUrl}}/app/rest/changes/:changeLocator?fields=<string>
-
Get attributes of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/attributes?fields=<string>
-
Get duplicates of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/duplicates?fields=<string>
-
Get issues of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/issues
-
Get parent revisions of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/parentRevisions
-
Get a VCS root instance of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/vcsRootInstance?fields=<string>
-
Get parent changes of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/parentChanges?fields=<string>