benchling_api_client.api.schemas.get_entry_schema module¶
- async asyncio(*, client: Client, schema_id: str) Union[EntrySchemaDetailed, None, NotFoundError] ¶
Get an Entry schema by ID
- async asyncio_detailed(*, client: Client, schema_id: str) Response[Union[EntrySchemaDetailed, None, NotFoundError]] ¶
- sync(*, client: Client, schema_id: str) Union[EntrySchemaDetailed, None, NotFoundError] ¶
Get an Entry schema by ID
- sync_detailed(*, client: Client, schema_id: str) Response[Union[EntrySchemaDetailed, None, NotFoundError]] ¶