Web service locating documents

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search

Contents


obtaining a list of documents based on integration no

get_documents_by_oem_no (session : string, oem_no : string, detail : string) :  kt_document_collection_response 

using search

The search function allows integrators to locate documents using KnowledgeTree's search engine. Complex expressions may be passed to the search engine as a query string.

search ( session : string, query : string, options : string ) :  kt_search_response 

Parameters:

Field Type Description
session string
query string The query string. e.g. DocumentText contains "invoice" or Filename starts with "INV"
options string Reserved for future use. (may be used to specify offset and limit to number of results)

For more information on query construction, review the search2 notes.

Personal tools