collections_items_list_items¶
List items or find items by properties
Functions
- async pydelfini.delfini_core.api.items.collections_items_list_items.asyncio(collection_id, version_id, *, client, name=Unset, type=Unset, in_folder=Unset, in_path=Unset, parsable=Unset, is_failed=Unset, meta=Unset, bmeta=Unset)[source]¶
List items or find items by properties
Find one or more items as part of the collection (and version ID).
Query filters are combined with the AND operator. Multiple values may be supplied for each filter and will be combined with the OR operator.
The resulting list of items will include the storage, parser, and status fields, but the columns field will always be null since some items may have a large number of columns.
- 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[CollectionsItemsListItemsResponse200]
- Return type:
- async pydelfini.delfini_core.api.items.collections_items_list_items.asyncio_detailed(collection_id, version_id, *, client, name=Unset, type=Unset, in_folder=Unset, in_path=Unset, parsable=Unset, is_failed=Unset, meta=Unset, bmeta=Unset)[source]¶
List items or find items by properties
Find one or more items as part of the collection (and version ID).
Query filters are combined with the AND operator. Multiple values may be supplied for each filter and will be combined with the OR operator.
The resulting list of items will include the storage, parser, and status fields, but the columns field will always be null since some items may have a large number of columns.
- 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[CollectionsItemsListItemsResponse200, ServerError]]
- Return type:
Response[CollectionsItemsListItemsResponse200 | ServerError]
- pydelfini.delfini_core.api.items.collections_items_list_items.sync(collection_id, version_id, *, client, name=Unset, type=Unset, in_folder=Unset, in_path=Unset, parsable=Unset, is_failed=Unset, meta=Unset, bmeta=Unset)[source]¶
List items or find items by properties
Find one or more items as part of the collection (and version ID).
Query filters are combined with the AND operator. Multiple values may be supplied for each filter and will be combined with the OR operator.
The resulting list of items will include the storage, parser, and status fields, but the columns field will always be null since some items may have a large number of columns.
- 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[CollectionsItemsListItemsResponse200]
- Return type:
- pydelfini.delfini_core.api.items.collections_items_list_items.sync_detailed(collection_id, version_id, *, client, name=Unset, type=Unset, in_folder=Unset, in_path=Unset, parsable=Unset, is_failed=Unset, meta=Unset, bmeta=Unset)[source]¶
List items or find items by properties
Find one or more items as part of the collection (and version ID).
Query filters are combined with the AND operator. Multiple values may be supplied for each filter and will be combined with the OR operator.
The resulting list of items will include the storage, parser, and status fields, but the columns field will always be null since some items may have a large number of columns.
- 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[CollectionsItemsListItemsResponse200, ServerError]]
- Return type:
Response[CollectionsItemsListItemsResponse200 | ServerError]