For AI agents: visit https://companycam.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Type | Description |
|---|
| id | String | The unique ID of the comment |
| creator_id | String | The unique ID of the entity that created the comment |
| creator_type | String | The type of the entity that created the comment |
| commentable_id | String | The unique ID of the entity that the comment was applied to |
| commentable_type | String | The type of the entity that the comment was applied to. |
| creator_name | String | The name of the entity that created the comment |
| status | String | This should always be active |
| content | Text | The contents of the comment. This may contain whitespace characters such as newlines. |
| created_at | Integer | The timestamp when the comment was created |
| updated_at | Integer | The timestamp when the comment was last updated |