Web Service Object Model Reference

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search

Contents

Introduction

KTWSAPI

Attributes

Attribute Type Description
session string This is set once the session is started.
download_path string This is the default local path for checkout() and download() actions.

Methods

Method Parameters width="150"Return Description
start_anonymous_session ip : string string ip is optional.
start_session username : string;

password : string; ip : string

string ip is optional.
active_session session : string string Use a session started with start_session() or start_anonymous_session().
logout true
get_download_path string
set_download_path download_path : string Updates the download_path.
get_root_folder KTWSAPI_Folder
get_folder_by_id folderid : integer KTWSAPI_Folder
get_document_by_id documentid : integer KTWSAPI_Document


KTWSAPI_Folder


KTWSAPI_Document

Personal tools