list_images
Retrieve and filter project images from Procore to manage visual documentation, track progress, and organize photos by date, category, or status.
Instructions
List images. [Project Management/Photos] GET /rest/v1.0/images
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| image_category_id | No | Optional. ID of the image category to filter the images by. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__daily_log_segment_id | No | Daily Log Segment ID filter | |
| filters__log_date | No | Date of Photos added to the Daily Log in the format "YYYY-MM-DD", or a range of dates in the format "YYYY-MM-DD...YYYY-MM-DD". | |
| filters__private | No | If true, returns only item(s) with a `private` status. | |
| filters__starred | No | If true, returns only item(s) with a `starred` status. | |
| filters__location_id | No | Location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__include_sublocations | No | Use together with `filters[location_id]` | |
| filters__trade_ids | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. | |
| filters__projection | No | Return items with the specified projection type. | |
| filters__query | No | Return item(s) containing search query | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__uploader_id | No | Return item(s) uploaded by the specified User IDs | |
| filters__id | No | Return item(s) with the specified IDs. | |
| sort | No | Field to sort by. If the field is passed with a - (EX: -created_at) it is sorted in reverse order | |
| serializer_view | No | The data set that should be returned from the serializer. The normal view includes default fields, plus links, comments_count, trades. The android view includes default fields, plus trades, comment... |