Package bscw :: Package api :: Module ap_get_note
[hide private]

Module ap_get_note

get note as dict with { subject, body, type, author, date }

API definition:

API = (('object_id', 'ASCII string', 1),)

(c) Fraunhofer FIT, 2002


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
return_def()
return the result definition
 
do_it(request, object_id)
see above
 
get_note(request, note)
return note details as dict
Variables [hide private]
  __package__ = 'bscw.api'