CommentInformation
The CommentInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| Comment | string | 4000 | The comment text. | |
| CreatedByUser | string | 101 | The user that created the comment. | |
| CreatedByOrganisation | string | 200 | The organisation that created the comment. | |
| Date | DateTime | The date the comment was created. | ||
| LastModified | DateTime | 50 | The date the comment was last updated. | |
| OwnerID | string | 20 | The ID of the element the comment is attached to. | |
| lastModifiedOnServer | DateTime | When the form was synced to the server from either web or mobile. | ||
| CommentType | string | Either "Form" or "Form Answer". |