Function GetListByIds

  • Returns a list of entity records for the given entity ids.

    Parameters

    • params: {
          api?: BruceApi.Api;
          entityIds: string[];
          expandLocation?: boolean;
          expandRelations?: boolean;
          req?: IReqParams;
      }
      • Optional api?: BruceApi.Api
      • entityIds: string[]
      • Optional expandLocation?: boolean
      • Optional expandRelations?: boolean
      • Optional req?: IReqParams

    Returns Promise<{
        entities: Entity.IEntity[];
    }>

Generated using TypeDoc