Package bscw ::
Package api ::
Module ap_get_addressbook
|
|
Module ap_get_addressbook
get contact entries (with associated users) from addressbook of user
as list of dictionaries (structs). attributes are: (see editdetails)
optional filter: only list users online within last n minutes (TKo)
API definition:
API = (('username', 'ASCII string', 0),
('attribute_names', 'array', 0, [('item', 'ASCII string', 1)]),
('online_minutes', 'int', 0))
(c) Fraunhofer FIT, 2003
|
param_def()
return the parameter definition |
|
|
|
return_def()
return the result definition |
|
|
|
do_it(request,
username=None,
attribute_names=[ ' name ' ] ,
online_minutes=0)
see above |
|
|