show_image
Retrieve specific construction project images from Procore using image ID and project identifier for visual documentation and progress tracking.
Instructions
Show image. [Project Management/Photos] GET /rest/v1.0/images/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the image | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |