Function GetUrl

  • Returns a url for an entity lod record file.

    Parameters

    • params: {
          api?: BruceApi.Api;
          categoryId: string;
          entityId: string;
          level: number;
          strict?: boolean;
      }
      • Optional api?: BruceApi.Api
      • categoryId: string
      • entityId: string
      • level: number
      • Optional strict?: boolean

    Returns {
        url: string;
    }

    • url: string

Generated using TypeDoc