show_image_category
Retrieve specific image category details from Procore projects using ID and project identifier. Supports pagination for managing large photo collections in construction documentation.
Instructions
Show image category. [Project Management/Photos] GET /rest/v1.0/image_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the image category | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |