Get information about all source change sets
Return a JSON Array representation of all source change sets.
Request
GET https://{hostname}:{port}
/build/rest2/build-lives//latest/sourceChange
This command takes a JSON request string or file. Use the following template for the request:
[{
"comment": "The comment of the source change set.",
"commitDate": "The commit date of the source change set.",
"id": "The id of the source change set.",
"paths": [{
"path": "The path of the change.",
"type": "The type of the change."
}],
"user": "The user name who submitted the source change
set.",
"version": "The version of the source change set."
}]
