Function GetEntityIdsBySourceKeys

  • Returns a mapping of entity source records for the given source id and source keys.

    Parameters

    • params: {
          api?: BruceApi.Api;
          req?: IReqParams;
          sourceId: number;
          sourceKeys: string[];
      }

    Returns Promise<{
        idMapping: IDictionary<string>;
    }>

Generated using TypeDoc