Show Image
show_imageRetrieve full details of a specific image in a project's photo album by providing the image ID and project ID.
Instructions
Show detailed information for a specified Image in a Project's Photo Album (Image Category). Use this to fetch the full details of a specific Photos by its identifier. Returns a JSON object describing the requested Photos. Required parameters: id, project_id. Procore API: Project Management > Photos. Endpoint: GET /rest/v1.0/images/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Photos resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |