show_todo
Retrieve specific todo items from Procore projects using their unique IDs to track and manage construction tasks.
Instructions
Show todo. [Project Management/Schedule (Legacy)] GET /rest/v1.0/todos/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the todo | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |