- Preparing search index...
- The search index is not available
bruce-models
- GetListByIds(params): Promise<{
entities: Entity.IEntity[];
}>
-
Parameters
-
params: {
api?: BruceApi.Api;
entityIds: string[];
expandLocation?: boolean;
expandRelations?: boolean;
req?: IReqParams;
}
-
-
entityIds: string[]
-
Optional expandLocation?: boolean
-
Optional expandRelations?: boolean
-
Returns Promise<{
entities: Entity.IEntity[];
}>
Returns a list of entity records for the given entity ids.