Skip to main content
Version: v2

Collections

info

Read more in the API documentation for the collections endpoint.

The collections endpoint has full support, including query validation.

EndpointFunctionClient methodFilters class
"collections"collectionsClient.collectionsCollectionsFilters

Usage

Using top-level functions
import bavapi

result = bavapi.collections("TOKEN", name="Unilever")

Available filters in function calls

These filters are available directly within the function/method:

  • Positional filters: name, public
  • Keyword filters: collection_id, shared_with_me, mine

For other filters, passing an CollectionsFilters instance to the filters parameter is required.