show_company_file_version
Retrieve specific file version details from a company's Procore documents using company and file version IDs.
Instructions
Show company file version. [Core/Documents] GET /rest/v1.0/companies/{company_id}/file_versions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the file version | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |