List Image Category IDs That Contain Images
list_image_category_ids_that_contain_imagesRetrieve image category IDs that contain images for a specified project, with optional filters and pagination.
Instructions
Return an array of Image Category IDs for a specified Project that contain Images See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to enumerate Photos when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Photos. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Photos. Endpoint: GET /rest/v1.0/image_categories/ids_with_images
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__updated_at | No | Query string parameter — return Image Categories that contain Images that are within a specific updated_at date-time range. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |