2022-10-29 Example Import Data feed and config

From Izara Wiki
Revision as of 12:04, 29 October 2022 by Sven the Barbarian (talk | contribs) (Created page with "Service - Import Data = example Config table items = <syntaxhighlight lang="JavaScript"> /** * Initial request that checks if a matching, not expired, sort result record exists, creates a new record if not, returns sortResultId * @param {string} event.searchDataId - {searchType}_{filterId}_{keyPropertiesHash}_{requiredDataHash} * @param {Object[]} event.sortFields - sort fields * @param {string} [event.sortFields[].dataField] - name of the field being sorted, n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Service - Import Data

example Config table items

/**
 * Initial request that checks if a matching, not expired, sort result record exists, creates a new record if not, returns sortResultId
 * @param {string} event.searchDataId - {searchType}_{filterId}_{keyPropertiesHash}_{requiredDataHash}
 * @param {Object[]} event.sortFields - sort fields
 * @param {string} [event.sortFields[].dataField] - name of the field being sorted, not used if randomSeed is set
 * @param {string} [event.sortFields[].randomSeed] - set when wanting random order only
 *
 * @returns {string} sortResultId
 */