create
method and define the name
and a list of items:
get
:
id
, name
and metadata
such as date_created
or last_updated
, representing the dates when
the object was created and last updated, respectively.
And you can access the watchlist items
list from the object (Items are
lazy evaluated)
list
:
bigdata.watchlists.list()
) you will get
all the watchlists you have access to, that is, those that belong to you
and those that were shared from someone within your organization.list
method support owned
parameter
When owned=True
is provided only watchlists which owned by logged user
will be returned
share_with_company
method.
You can share a watchlist using the object in memory:
company_shared_permission
attribute of the
watchlist object will be set to SharePermission.READ
.
unshare_with_company
.
Using the object in memory:
delete
method.
Using the object in memory: