VcsRootEntries
Represents a list of VcsRootEntry entities.
Properties
count
The number of vcs-root-entry objects in this collection.
vcs-root-entry
The list of vcs-root-entry objects owned by this collection.
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.
<vcs-root-entries count="3">
<vcs-root-entry>[[[vcs-root-entry...|vcsrootentry.html]]]</vcs-root-entry>
</vcs-root-entries>
{
"vcs-root-entry" : [ {
"inherited" : false,
"vcs-root" : {
"vcsRootInstances" : "[[[vcs-root-instances...|vcsrootinstances.html]]]",
"project" : "[[[project...|project.html]]]",
"projectLocator" : "Obsolete",
"uuid" : "02308f8f-60f8-4b28-a964-7911ef0159eb",
"modificationCheckInterval" : 2,
"internalId" : "599",
"name" : "MainGitRoot",
"vcsName" : "jetbrains.git",
"connectionId" : "my-github-connection-id",
"id" : "Builders_MainGitRoot",
"href" : "/app/rest/vcs-roots/id:Builders_MainGitRoot",
"locator" : "id:Builders_MainGitRoot",
"properties" : "[[[properties...|properties.html]]]",
"repositoryIdStrings" : "[[[items...|items.html]]]"
},
"checkout-rules" : "-:src/help\\n+:src=>production/sources\\n+:src/samples=>./samples",
"id" : "MyProject_CustomRootFromConfig"
} ],
"count" : 3
}
Last modified: 02 December 2025