get Method

Get iModels that belong to the specified context.

get(requestContext: AuthorizedClientRequestContext, contextId: string, query: IModelQuery = new IModelQuery()): Promise<HubIModel[]>

throws WsgError with WSStatus.InstanceNotFound if InstanceIdQuery.byId is used and an HubIModel with the specified id could not be found.

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 (IModelsHandler.Project or IModelsHandler.Asset).
query IModelQuery Optional query object to filter the queried iModels or select different data from them.

Returns - HubIModel instances that match the query.

Defined in

Last Updated: 08 January, 2020