benchling_api_client.api.registry.list_box_schemas_by_registry module

async asyncio(*, client: Client, registry_id: str) Optional[Union[BoxSchemasList, BadRequestError]]

List box schemas by registry. Deprecated - use Schemas endpoints instead.

async asyncio_detailed(*, client: Client, registry_id: str) Response[Union[BoxSchemasList, BadRequestError]]
sync(*, client: Client, registry_id: str) Optional[Union[BoxSchemasList, BadRequestError]]

List box schemas by registry. Deprecated - use Schemas endpoints instead.

sync_detailed(*, client: Client, registry_id: str) Response[Union[BoxSchemasList, BadRequestError]]