BoardItemPreview Object
Contains information about a Board item, used in a preview scenario.
This object is used by the following operations:
- Operations that reference the BoardPreview object
The properties included in the BoardItemPreview object are listed below.
Property | Type | Description |
---|---|---|
BoardItemID | string | The unique ID for a specific Board item. For example, if it is an API board, it is the APIID. For information about how to find a BoardItemID, see Board Item ID. |
Title | string | The title of the board item. |
Description | string | The description of the board item. |
Author | string | The author of the board item. |
AuthorName | string | The name of the author. |
pubDate | dateTime | The publication date for the board item, formatted in Coordinated Universal Time (UTC). |
CreatedDts | dateTime | The date the board item was created. |
Type | string | Indicates what type of item a board item is. For valid values, see Board Item Types. |
MarkCount | integer | The number of marks on the resource. |
CommentCount | integer | The total number of comments on the resource. |
Visibility | string | The visibility setting for this resource. For a list of valid values, see Visibility Settings. |
Rating | integer | A numeric rating value (1-5, with 1 being the worst rating and 5 the best). |
CommentsPreview | CommentsPreview | A preview of the comments added to the resource (the last two comments plus total count). |