collections_get_collections

List collections

Functions

async pydelfini.delfini_core.api.collections.collections_get_collections.asyncio(*, client, id=Unset, id_prefix=Unset, name=Unset, account_id=Unset, not_account_id=Unset, meta=Unset, bmeta=Unset, version=Unset, version_suffix=Unset, public=Unset, shared_with=Unset, editable=Unset, starred=Unset, access_level=Unset, de=Unset, sort=Unset, sort_dir=Unset, page_size=50)[source]

List collections

List all collections that are visible to the current user, whether logged in or not.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Union[CollectionsGetCollectionsCollectionList]

Return type:

CollectionsGetCollectionsCollectionList

async pydelfini.delfini_core.api.collections.collections_get_collections.asyncio_detailed(*, client, id=Unset, id_prefix=Unset, name=Unset, account_id=Unset, not_account_id=Unset, meta=Unset, bmeta=Unset, version=Unset, version_suffix=Unset, public=Unset, shared_with=Unset, editable=Unset, starred=Unset, access_level=Unset, de=Unset, sort=Unset, sort_dir=Unset, page_size=50)[source]

List collections

List all collections that are visible to the current user, whether logged in or not.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Response[Union[CollectionsGetCollectionsCollectionList, ServerError]]

Return type:

Response[CollectionsGetCollectionsCollectionList | ServerError]

pydelfini.delfini_core.api.collections.collections_get_collections.sync(*, client, id=Unset, id_prefix=Unset, name=Unset, account_id=Unset, not_account_id=Unset, meta=Unset, bmeta=Unset, version=Unset, version_suffix=Unset, public=Unset, shared_with=Unset, editable=Unset, starred=Unset, access_level=Unset, de=Unset, sort=Unset, sort_dir=Unset, page_size=50)[source]

List collections

List all collections that are visible to the current user, whether logged in or not.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Union[CollectionsGetCollectionsCollectionList]

Return type:

CollectionsGetCollectionsCollectionList

pydelfini.delfini_core.api.collections.collections_get_collections.sync_detailed(*, client, id=Unset, id_prefix=Unset, name=Unset, account_id=Unset, not_account_id=Unset, meta=Unset, bmeta=Unset, version=Unset, version_suffix=Unset, public=Unset, shared_with=Unset, editable=Unset, starred=Unset, access_level=Unset, de=Unset, sort=Unset, sort_dir=Unset, page_size=50)[source]

List collections

List all collections that are visible to the current user, whether logged in or not.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Response[Union[CollectionsGetCollectionsCollectionList, ServerError]]

Return type:

Response[CollectionsGetCollectionsCollectionList | ServerError]