benchling_api_client.api.registry.list_dropdowns_by_registry module¶
- async asyncio(*, client: Client, registry_id: str) Optional[Union[DropdownsRegistryList, BadRequestError]] ¶
List dropdowns by registry
- async asyncio_detailed(*, client: Client, registry_id: str) Response[Union[DropdownsRegistryList, BadRequestError]] ¶
- sync(*, client: Client, registry_id: str) Optional[Union[DropdownsRegistryList, BadRequestError]] ¶
List dropdowns by registry
- sync_detailed(*, client: Client, registry_id: str) Response[Union[DropdownsRegistryList, BadRequestError]] ¶