Function Get

  • Returns an entity record for the given entity id.

    Parameters

    • params: {
          api?: BruceApi.Api;
          entityId: string;
          entityTypeId?: string;
          expandLocation?: boolean;
          expandRelations?: boolean;
          req?: IReqParams;
      }
      • Optional api?: BruceApi.Api
      • entityId: string
      • Optional entityTypeId?: string
      • Optional expandLocation?: boolean
      • Optional expandRelations?: boolean
      • Optional req?: IReqParams

    Returns Promise<{
        entity: Entity.IEntity;
    }>

Generated using TypeDoc