| Property | Description | Returns | 
|---|---|---|
| stepColor | Get the color for the current step the branch is in | string | 
| stepName | Get the name for the current step the branch is in | string | 
| record | Get the record associated with the branch | Model | 
| revisions | Get the revisions for the record associated with this branch | Collection | 
| lastRevision | Get the last revision of the branch | Revision | 
| translatedEntityName | Get the translated entity name for the branch, or the custom entity definition name if defined | string | 
| availableTransitions | Get the possible transitions available for this branch | array | 
| allowingChanges | Check if the record may be edited in the current workflow step of this branch | bool | 
| id | int | |
| name | string | |
| entity | string | |
| recordId | int | |
| created | Date the record was created. | DateTime | 
| modified | Last modification date for the record. | DateTime | 
| currentStep | Step | |
| workflow | Workflow | |
| comments | Collection (BranchComment) | |
| transitions | Collection (BranchTransition) | |
| approvals | Collection (BranchApproval) | 
Workflows\Models\Api\RevisionBranch
RevisionBranch