tc_move_item
Move a file or folder to a new parent folder within a Trimble Connect project. Specify item type and destination to reorganize project structure.
Instructions
Move a folder or file into another folder.
Requires TC_ENABLE_WRITE=1. Moving a folder moves its whole subtree, and permissions may change through inheritance in the new location.
Args: project_id: Project ID. item_id: Folder or file ID to move. new_parent_folder_id: Destination folder ID. item_type: "FOLDER" (default) or "FILE".
Returns: {"moved": true, "id", "name", "parentId", ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| item_type | No | FOLDER | |
| project_id | Yes | ||
| new_parent_folder_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |