byId Method

Query single instance by its id.

byId(id: GuidString): this

throws IModelHubClientError with IModelHubStatus.UndefinedArgumentError or IModelHubStatus.InvalidArgumentError if id is undefined or it is not a valid GuidString value.

Parameter Type Description
id GuidString Id of the instance to query.

Returns - This query.

Defined in

Last Updated: 08 January, 2020