BoardLocations
List BoardLocations
Columns
| Name | Type | References | Description |
| ParentReference | String | Parent reference. Only available if IncludeReferenceColumn=true. | |
| BoardLocationSK [KEY] | Integer | Board location surrogate key. | |
| AnalyticsUpdatedDate | Datetime | Watermark indicating the last time the Analytics data was updated. | |
| BacklogType | String | Name of the type of backlog, for example Iteration, Requirement, or Portfolio. | |
| BoardCategoryReferenceName | String | Name assigned to the work item type category used to populate a board. For example, the product backlog board is associated with the Requirements category. | |
| BoardId | String | Unique GUID assigned to a board. Each team is associated with one or more boards. | |
| BoardLevel | Integer | Number assigned to the board based on where it sits within the hierarchy of boards. | |
| BoardName | String | Name assigned to the board, for example Stories, Backlog Items, Features, or Epics. | |
| ChangedDate | Datetime | Date and time when the work item was modified. | |
| ColumnId | String | Column Id. | |
| ColumnItemLimit | Integer | Number assigned to the board column in terms of its sequence. | |
| ColumnName | String | Name of the board column a work item is currently assigned to, such as Active, Closed, Committed, Done, or a custom column label. | |
| ColumnOrder | Integer | Number assigned to the board column in terms of its sequence within the board. | |
| Done | String | Indicator of the split-column location. | |
| IsBoardVisible | Boolean | Indication of whether the team elected to make a board visible. | |
| IsColumnSplit | Boolean | Indication of whether a column is split into Doing and Done columns. | |
| IsCurrent | Boolean | Property that supports filtering the data to view the most recent snapshot of the filtered work items when set to True. | |
| IsDefaultLane | Boolean | Indication that the work item is assigned to the default swimlane when set to True. | |
| IsDone | Boolean | Current assignment of the work item within a column to Doing if False or Done when True. Only valid when split-columns is enabled for a board column. | |
| LaneId | String | Unique GUID assigned to a board swimlane. Each team can add one or more swimlanes to a board. | |
| LaneName | String | Name assigned to the board swimlane. | |
| LaneOrder | Integer | Number assigned to the board swimlane in terms of its sequence. | |
| ProjectSK | String | Project surrogate key. | |
| RevisedDate | Datetime | Date and time when a work item was modified or updated. | |
| TeamSK | String | Team surrogate key. |