Change

Number of APIs: 9

  1. Get a field of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/:field

  2. Get all changes. GET {{baseUrl}}/app/rest/changes?locator=<ChangeLocator>&fields=<string>

  3. Get change matching the locator. GET {{baseUrl}}/app/rest/changes/:changeLocator?fields=<string>

  4. Get attributes of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/attributes?fields=<string>

  5. Get duplicates of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/duplicates?fields=<string>

  6. Get issues of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/issues

  7. Get parent revisions of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/parentRevisions

  8. Get a VCS root instance of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/vcsRootInstance?fields=<string>

  9. Get parent changes of the matching change. GET {{baseUrl}}/app/rest/changes/:changeLocator/parentChanges?fields=<string>