Package bscw ::
Package api ::
Module ap_get_bookmarks
|
|
Module ap_get_bookmarks
get entries in Bookmarks folder of user as list of dictionaries (structs).
attributes are: (__id__, name, url_link (http://...), descr, url_id)
API definition::
API = (('username', 'ASCII string', 0),)
(c) Fraunhofer FIT, 2003
Takes parameter "username": user name or user id
If the Bookmark refers to an object in BSCW, url_id contains the id thereof
otherwise, url_id is not returned.
|
param_def()
return the parameter definition |
|
|
|
return_def()
return the result definition |
|
|
|
do_it(request,
username=None)
see above |
|
|