tc_list_file_versions
List all versions of a file in Trimble Connect, showing revision, size, creation/modification dates, and author per version.
Instructions
List the version history of a file.
Args: project_id: Project the file belongs to. file_id: File ID.
Returns: {"count": int, "versions": [...]} with versionId, revision, size, createdOn/modifiedOn and author per version (fields as provided by the API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |