Comments
Lists comments on cards.
Columns
| Name | Type | ReadOnly | Description |
| CommentId [KEY] | String | True |
The Id of the action. |
| Type | String | True |
The action type (possible values https://developers.trello.com/reference#action-types). |
| Date | Datetime | True |
Date created. |
| BoardID | String | True |
The Id of the board which the action references. |
| ListName | String | True |
The name of the list which the action references. |
| ListID | String | True |
The Id of the list which the action references. |
| CardID [KEY] | String | False |
The Id of the card which the action references. |
| CardName | String | True |
The name of the card which the action references. |
| CardShortLink | String | True |
The link of the card which the action references. |
| MemberId | String | True |
The Id of the member associated with the action. |
| MemberName | String | True |
The name of the member associated with the action. |
| OldPosition | String | True |
The old position of the card when you move it up or down inside a list. |
| ListAfterId | String | True |
The old position of the card when you move it up or down inside a list. |
| ListBeforeId | String | True |
The old position of the card when you move it up or down inside a list. |
| OrganizationID | String | True |
The Id of the organization which the comment references. |
| Comment | String | False |
The comment body if the action is of type commentCard. |
| CreatedDate | Datetime | True |
The time the action was created. |