benchling_api_client.api.schemas.get_plate_schema module¶
- async asyncio(*, client: Client, schema_id: str) Union[PlateSchema, None, NotFoundError] ¶
Get a plate schema by ID
- async asyncio_detailed(*, client: Client, schema_id: str) Response[Union[PlateSchema, None, NotFoundError]] ¶
- sync(*, client: Client, schema_id: str) Union[PlateSchema, None, NotFoundError] ¶
Get a plate schema by ID
- sync_detailed(*, client: Client, schema_id: str) Response[Union[PlateSchema, None, NotFoundError]] ¶