gitbranch EntityType
- Entity set path:
- [organization URI]/api/data/v9.2/gitbranches
- Base type:
- crmbaseentity
- Display name:
- Git Branch
- Primary key:
- gitbranchid
- Primary name column:
- branchname
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
---|---|---|
branchname | Edm.String |
The name of the Git Branch. Display name: Git Branch Name |
gitbranchid | Edm.Guid |
Unique identifier for entity instances Display name: Git Branch |
gitcommitid | Edm.String |
Current Git Commit Id of the Git Branch. Display name: Current Git Commit Id |
organizationname | Edm.String |
Name of the Git Organization associated with Git Project. Display name: Git Organization Name |
projectname | Edm.String |
Name of Git Project associated with Git Repository. Display name: Git Project Name |
repositoryname | Edm.String |
Name of Git Repository associated with Git Branch. Display name: Git Repository Name |
upstreambranchname | Edm.String |
Name of the Git upstream branch from which the branch is created Display name: Git upstream branch name |
Operations
The following operations can be used with the gitbranch entity type.
Name | Binding |
---|---|
CreateMultiple | Not Bound |
DeleteMultiple | Not Bound |
UpdateMultiple | Not Bound |