show_project_file
Retrieve project files from Procore by specifying file ID and project ID to access document details and versions.
Instructions
Show project File. [Core/Documents] GET /rest/v1.0/files/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the File | |
| project_id | Yes | Unique identifier for the project. | |
| show_latest_version_only | No | Show only latest File version | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |