AbstractBoardItemDetails Object
Contains details about a board item.
This object is used by the following operations:
- GET /api/boards/items/{BoardItemID}/details
- Operations that reference the BoardDetails object
- Operations that reference the BoardItemDetails object
- Operations that reference the TicketDetails object
- Operations that reference the AlertDetails object
The properties included in the AbstractBoardItemDetails object are listed below.
Property | Type | Description |
---|---|---|
Type | string | The board item type; for example, Discussion or Ticket. For valid values, see Board Item Types. |
ItemID | string | The unique ID of the board item type. |
BoardAssignments | BoardAssignments | Contains information about resources assigned to a board. |
State | string | The state of the resource. |