show_company_folder
Retrieve detailed information about a specific company folder in Procore, including its contents and structure, to manage project documents effectively.
Instructions
Show company Folder. [Core/Documents] GET /rest/v1.0/companies/{company_id}/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the Folder | |
| exclude_folders | No | Exclude children Folders from results | |
| exclude_files | No | Exclude children Files from results | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |