Podio API Documentation
Model: Comment
A comment on an object. Comments can be found on:
- action
- app_share
- file
- item
- status
- task
Fields:
| Name | Description | Type | Views |
|---|---|---|---|
| comment_id | The id of the comment |
Integer | |
| created_by | The entity who created the comment. |
Byline | full |
| created_on | The date and time in UTC when the object was created. |
Date and time | full |
| created_via | The auth client that was used to create the comment |
AuthClient | full |
| embed | Any attached embed |
Embed | full, mini |
| embed_file | The image preview for the embed, if any |
File | full, mini |
| external_id | The external id of the comment as set by an external API client |
String | full |
| files | The files attached to the object |
[Files] | full |
| is_liked | True if the active user has liked this object, false otherwise. |
Boolean | |
| last_edit_on | The time the comment was last edited. If the value is null, the comment has not been edited. |
Date and time | full |
| like_count | The number of users who have liked this object |
Integer | |
| questions | The questions that are attached to the comment or status |
[Questions] | full, mini |
| rich_value | The rich value of the comment with raw mention tags. |
String | |
| value | The text of the comment. |
String |