show_company_file
Retrieve company files from Procore by specifying company and file IDs. Access document details, versions, and manage pagination for organized file viewing.
Instructions
Show company File. [Core/Documents] GET /rest/v1.0/companies/{company_id}/files/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the File | |
| show_latest_version_only | No | Show only latest File Version | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |