collections_get_collection_apc_members

List the collection members

Functions

async pydelfini.delfini_core.api.federation.collections_get_collection_apc_members.asyncio(collection_id, version_id, *, client, filter_=Unset)[source]

List the collection members

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[FederationCollectionPage]

Return type:

FederationCollectionPage

async pydelfini.delfini_core.api.federation.collections_get_collection_apc_members.asyncio_detailed(collection_id, version_id, *, client, filter_=Unset)[source]

List the collection members

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[FederationCollectionPage, ServerError]]

Return type:

Response[FederationCollectionPage | ServerError]

pydelfini.delfini_core.api.federation.collections_get_collection_apc_members.sync(collection_id, version_id, *, client, filter_=Unset)[source]

List the collection members

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[FederationCollectionPage]

Return type:

FederationCollectionPage

pydelfini.delfini_core.api.federation.collections_get_collection_apc_members.sync_detailed(collection_id, version_id, *, client, filter_=Unset)[source]

List the collection members

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[FederationCollectionPage, ServerError]]

Return type:

Response[FederationCollectionPage | ServerError]