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