list_project_locations
Retrieve and filter location data for a specific Procore project to manage site organization and hierarchy.
Instructions
List Project Locations. [Core/Project] GET /rest/v1.0/projects/{project_id}/locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__parent_id | No | Return location(s) with the specified parent_ids. | |
| filters__code | No | Return location(s) matching any of the specified codes in the search term. | |
| filters__search | No | Returns item(s) matching the specified search query string. | |
| filters__search_with_code | No | Return item(s) where the location code or the location name match the search term | |
| filters__superlocations_for | No | Return superlocations (ancestors) of the specified location ids. | |
| filters__sublocations_for | No | Return sublocations (descendants) of the specified location ids. | |
| 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... | |
| sort | No | sort | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__depth_range | No | Return item(s) with a tree depth within the specified range. Examples: `0...1` - Parents and children `0...2` - Parents, children, and grandchildren `1...2` - Children and grandchildren |