Show Project Folder
show_project_folderRetrieve detailed information about a specific project folder using its ID and project ID. Returns a JSON object with folder details including children and file versions.
Instructions
Show detail on the specified folder. Must be either true or false. Use this to fetch the full details of a specific Documents by its identifier. Returns a JSON object describing the requested Documents. Required parameters: id, project_id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Documents resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| exclude_folders | No | Query string parameter — exclude children Folders from results. Must be either true or false. | |
| exclude_files | No | Query string parameter — exclude children files from results. Must be either true or false. | |
| show_latest_file_version_only | No | Query string parameter — show only the latest file version. Must be either true or false. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |