Comments Object
Contains information about one or more comments on a Board item.
This object is used by the following operations:
- GET /api/discussions/{DiscussionID}/comments (returns comments on a discussion)
- GET /api/alerts/{AlertID}/comments (returns comments on an alert)
The properties included in the Comments object are listed below.
Property | Type | Description |
---|---|---|
totalResults | integer | The total number of results matching the request, even if a subset of total results is returned. |
startIndex | startIndex | The starting position for the results. This corresponds to the start value in the request parameters. |
Comment | Comment | Contains information about a comment on a Board item such as a ticket, discussion, or alert. |