Show Project File Version
show_project_file_versionRetrieve detailed information about a specific file version in a Procore project. Provide the file version ID and project ID to get full details.
Instructions
Show detailed information about a File Version. 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/file_versions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the file version | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |