Skip to content

endpoints.Metadata.Metadata

Yaroslav Surzhikov edited this page Aug 7, 2020 · 1 revision

Metadata methods

company_lists

 | company_lists()

Get all company lists

References:


company_list_by_name

 | company_list_by_name(list_name)

Get a specific company list by name

Arguments:

  • list_name str - internal name of the list

References:


add_item_to_list

 | add_item_to_list(list_name, name)

Add a new item to an existing list

Arguments:

  • list_name str: internal name of the list
  • name str - Name of the item

References:

Clone this wiki locally