- Preparing search index...
- The search index is not available
bruce-models
Function GetEntityIdsBySourceKeys
- GetEntityIdsBySourceKeys(params): Promise<{
idMapping: IDictionary<string>;
}>
-
Parameters
-
params: {
api?: BruceApi.Api;
req?: IReqParams;
sourceId: number;
sourceKeys: string[];
}
-
-
-
sourceId: number
-
sourceKeys: string[]
Returns Promise<{
idMapping: IDictionary<string>;
}>
Returns a mapping of entity source records for the given source id and source keys.