checkout_document
Check out a document from the repository by ID or path, with options to update properties, set reservation type, and download content to a local folder.
Instructions
Checks out a document in the content repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | The document id or path (required). This can be either the document's ID (GUID) or its path in the repository (e.g., "/Folder1/document.pdf"). | |
| document_properties | No | Properties to update for the document during check-out. | |
| checkout_action | No | Check-out action parameters for the document. | |
| download_folder_path | No | Optional path to a folder where the document content will be downloaded. If not provided but content download is needed, the user will be prompted to provide it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |