show_project_folder
Retrieve project folder details and contents from Procore, including files and subfolders, with options to filter results and manage pagination.
Instructions
Show Project Folder. [Core/Documents] GET /rest/v1.0/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the folder | |
| project_id | Yes | Unique identifier for the project. | |
| exclude_folders | No | Exclude children Folders from results. Must be either true or false. | |
| exclude_files | No | Exclude children files from results. Must be either true or false. | |
| show_latest_file_version_only | No | Show only the latest file version. Must be either true or false. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |