benchling_api_client.api.apps.get_benchling_app_by_id module¶
- async asyncio(*, client: Client, app_id: str) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
Get an app by ID
- async asyncio_detailed(*, client: Client, app_id: str) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
- sync(*, client: Client, app_id: str) Optional[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶
Get an app by ID
- sync_detailed(*, client: Client, app_id: str) Response[Union[BenchlingApp, BadRequestError, ForbiddenError, NotFoundError]] ¶