list_task_item_comments
Retrieve comments for task items in Procore projects to track discussions and updates on specific construction tasks.
Instructions
List Task Item Comments. [Core/Tasks] GET /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| filters__task_item_id | No | Filter by task_item_id to return comments for only that task_item | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| page | No | Page | |
| per_page | No | Elements per page |