Changes
Represents a paginated list of Change entities.
Properties
Field | Data type |
---|---|
|
|
|
|
|
|
|
|
|
|
Schema
Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET
and use the response as a base for the following POST
request.
A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.
<changes count="123" href="string" nextHref="string" prevHref="string">
<change>[[[change...|change.html]]]</change>
</changes>
{
"change" : [ {
"date" : "20240905T151059+0200",
"vcsRootInstance" : "[[[vcs-root-instance...|vcsrootinstance.html]]]",
"canEditComment" : true,
"personal" : true,
"storesProjectSettings" : true,
"type" : "VCS_CHANGE",
"version" : "c1046c4fa016a774253fb3b93e6cc8bd12c159e5, 05 09 2024 17:23",
"snapshotDependencyLink" : "[[[SnapshotDependencyLink...|snapshotdependencylink.html]]]",
"webUrl" : "webUrl",
"registrationDate" : "20240905T151115+0200",
"files" : "[[[fileChanges...|filechanges.html]]]",
"parentRevisions" : "[[[items...|items.html]]]",
"internalVersion" : "c1046c4fa016a774253fb3b93e6cc8bd12c159e5",
"comment" : "comment",
"attributes" : "[[[properties...|properties.html]]]",
"id" : 1190,
"href" : "/app/rest/changes/id:704,personal:true",
"user" : "[[[user...|user.html]]]",
"commiter" : "[[[commiter...|commiter.html]]]",
"locator" : "null",
"parentChanges" : "[[[changes...|]]]",
"username" : "username",
"status" : "[[[ChangeStatus...|changestatus.html]]]"
} ],
"count" : 1,
"prevHref" : "prevHref",
"href" : "href",
"nextHref" : "nextHref"
}
Last modified: 14 March 2025