Generic import
Import and synchronize participant- and device data to automate your processes.
Last updated
Import and synchronize participant- and device data to automate your processes.
Last updated
Past the URL of your hosted data to synchronize participants and devices with your Racemap event. Import data from multiple online files, also. The solution checks the format of your hosted data and replies to which parameters are imported.
Test the API with your Racemap event. Use the sample files.
xml sample file: https://static-cdn.racemap.com/importSamples/GenericImportSample.xml
(*) device.class
and device.type
are not required to import the device.id
Use predefined lists to import and synchronize participants and devices into Racemap within seconds.
Download list template
Download minimal sample with importId
, name
, startNumber
, markerColor
, tags.age
, device.id
, times.start
, times.finish
:
Download full sample with importId
, name
, startNumber
, markerColor
, tags.age
, device.id
, device.class
, device.type
, times.start
, times.loop
, times.finish
:
Upload template file
Upload the list template in RACE RESULT, Output, Import List
The new list Racemap Sync is shown under participants.
Activate access
Enable to access the list in Main Window, Access rights, Simple API.
Check the "active" field
Select "List" in Type
Select the "Racemap Sync" list in details
Select JSON
Copy the link
Past the link
Past the link in Racemap, Generic Import field
Field | Description | Sample |
---|---|---|
importId
Required user-defined ID, unique within Racemap event, a new importID
creates a new participant
"import_DWBK"
or "03487"
or "1sl71kaut2"
name
Name
"Max"
or "🔥"
or "40012"
startNumber
Bib number
"40012"
or "🔥"
or "Max"
startTime
Time in UTC of first possible geolocation, earlier location data is ignored for visualization and leaderboard
"2022-01-24T15:00:00.000Z"
endTime
Time in UTC of last possible geolocation, later location data is ignored for visualization and leaderboard
"2022-01-24T23:00:00.000Z"
key
No import, if value of key
does not belong to Racemap event
"3Z2GPX"
markerColor
Marker color in visualization, hex code
"#023d10"
tags.age
or
tags.sex
Attributes to filter participants eg. age group or nation, format
"35"
or "male"
or "Island"
times.start
Timestamp in UTC of start detection, considered in the leaderboard
"2022-01-24T15:25:10.000Z"
times.end
Timestamp in UTC of finish detection, considered in the leaderboard
"2022-01-24T22:53:45.000Z"
times.5km
or times.loop
Timestamp in UTC of read from split
"2022-01-24T20:17:24.000Z"
device.id
IMEI of GPS unit or transponder ID
"4106050246"
or "RRPing_ZDKAR32"
or "RRPing_70761"
device.class
*
Device class
"Mobile"
or "Tracker"
or "Upload"
or "Transponder"
or "null"
device.type
*
Device type
"GL300"
or "LK106"
or "active"
or "passive"
or "null"