Show Image Category
show_image_categoryRetrieve full details of a specific Image Category by providing its ID and project ID. Returns a JSON object with the photo album’s information.
Instructions
Return detail information about the specified 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/image_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the image category | |
| 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) |