API Reference > imodeljs-frontend > IModelConnection > IModelConnection > queryEntityIds queryEntityIds Method Query for a set of element ids that satisfy the supplied query params queryEntityIds(params: EntityQueryParams): Promise<Id64Set> throws IModelError If the generated statement is invalid or would return too many rows. Parameter Type Description params EntityQueryParams The query parameters. The limit and offset members should be used to page results. Returns - Promise<Id64Set> Defined in core/frontend/src/IModelConnection.ts Line 411 Last Updated: 11 June, 2024