Comment interface represents a comment made on a goal. Comments can be made by authenticated users or by guests accessing via share links.
Properties
Unique identifier for the comment
ID of the goal this comment belongs to
ID of the user who created the comment, or
null if created by a guestDisplay name for guest commenters (when
user_id is null), or null for authenticated usersThe content of the comment
ISO 8601 timestamp when the comment was created
User details for authenticated commenters (computed/joined field)