ReleaseChanges
Retrieves a list of releases.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Id of the release change. | |
| ReleaseId | String |
Releases.Id | Id of the release. |
| AuthorAvatarLink | String | Author reference link. | |
| AuthorDisplayName | String | The display name of the author of the release change. | |
| AuthorId | String | The Id of the author of the release change. | |
| ChangeType | String | The type of release change. | |
| Location | String | Location in the repository of the commit. | |
| Message | String | Commit message of release change. | |
| PushedByDisplayName | String | The display name of the user who pushed the release change commit. | |
| PushedById | String | The Id of the user who pushed the release change commit. | |
| Timestamp | Datetime | The timestamp of the release change. | |
| ProjectId | String | Id of the project. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements, and offer a more granular control over the tuples that are returned from the data source. Unless otherwise specified, only the = operator is permitted when filtering on pseudocolumns.
| Name | Type | Description | |
| BaseReleaseId | String | Base release to which the current release will be compared. |