get Method

Get iModel that belong to the specified context.

get(requestContext: AuthorizedClientRequestContext, contextId: string): Promise<HubIModel>

throws IModelHubError with [IModelHubStatus.iModelDoesNotExist]$(bentley) if iModel does not exist.

throws Common iModelHub errors

Parameter Type Description
requestContext AuthorizedClientRequestContext The client request context.
contextId string Id for the iModel's context. For iModelHub it should be the id of the connect context (IModelHandler.Project or IModelHandler.Asset).

Returns - HubIModel instances that match the query.

Defined in

Last Updated: 08 January, 2020