
Clickup API Integration Profile
Information and guides about integrating with Clickup API
Add Clickup Integration to Your ProductGet Chat View Comments in Clickup API
View comments from a Chat view. If you do not include the start and start_id parameters, this endpoint will return the most recent 25 comments. Use the start and start_id parameters of the oldest comment to retrieve the next 25 comments.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
View Id | pathParameters.view_id | string | |
Query | query | object | |
Start | query.start | integer | |
Start Id | query.start_id | string |
Output schema fields
Field Name | API Key | Type | |
---|---|---|---|
Comments | comments | array of items | |
Id | item.id | string | |
Comment | item.comment | array of items | |
Text | item.text | string | |
Comment Text | item.comment_text | string |