*/starters, athlete data

API with parameters from participants in Racemap event

Request

URL https://racemap.com/api/events/:eventId/starters Method GET

Sample

Response

Participant object

(*) data protection, parameters provided only for signed-in Racemap account

Integrations object

[
  {
    "manualFinishDuration": null,
    "key": "3Z2GPX",
    "keyUsed": true,
    "markerColor": "#ffffff",
    "startNumber": "01",
    "name": "Konrad",
    "appId": "453cc844-fd1e-4026-976d-ddf05c4dc757",
    "deviceType": "android|11|samsung SM-M315F|3.24.12",
    "deviceClass": "Mobile",
    "startTime": "2020-04-25T06:14:00.000Z",
    "endTime": "2020-09-25T19:45:00.000Z",
    "eventId": "60a3b443f096f800018add7c",
    "updatedAt": "2021-11-03T15:12:14.454Z",
    "trackId": "6040a02f46406c763600655b",
    "times": {},
    "tags": {
      "age": "30-39",
      "sex": "mal",
      "club": "VfA end"
    },
    "integrations": {
      "importId": "UniqueImportId_1"
    },
    "id": "60a3b6791474227ee54a5bdf",
    "listPosition": 0
  },
  {
    "manualFinishDuration": null,
    "key": "K84N2S",
    "keyUsed": false,
    "markerColor": "#ffffff",
    "startNumber": "02",
    "name": "Jörg",
    "appId": "e6921eff-0fba-41b1-aea0-258c202d2e96",
    "deviceType": "",
    "deviceClass": "Upload",
    "startTime": "2020-04-25T06:14:00.000Z",
    "endTime": "2020-09-25T21:59:00.000Z",
    "eventId": "60a3b443f096f800018add7c",
    "updatedAt": "2021-11-03T15:09:35.285Z",
    "trackId": "5ea88f8e106f5f2d9919c859",
    "times": {},
    "tags": {
      "age": "40-49",
      "sex": "mal",
      "club": "VfA end"
    },
    "integrations": {
      "importId": "UniqueImportId_2"
    },
    "id": "60a3b679147422b72a4a5be0",
    "listPosition": 1
  },
  {
    "manualFinishDuration": 22213000,
    "key": "I76F8U",
    "keyUsed": false,
    "markerColor": "#ffffff",
    "startNumber": "03",
    "name": "Leupold",
    "appId": "eacc3d70-a0fa-44cd-a64b-ce1323aca17d",
    "deviceType": "",
    "deviceClass": "Upload",
    "startTime": null,
    "endTime": null,
    "eventId": "60a3b443f096f800018add7c",
    "updatedAt": "2021-11-03T15:16:25.672Z",
    "trackId": "5eac3dca3c3b2dffc3ed4f88",
    "times": {},
    "tags": {
      "age": "40-49",
      "sex": "mal",
      "club": "VfA end"
    },
    "integrations": {
      "importId": "UniqueImportId_3"
    },
    "id": "60a3b67914742230ef4a5be2",
    "listPosition": 2
  },
  {
    "manualFinishDuration": 25945000,
    "key": "6OEZS2",
    "keyUsed": false,
    "markerColor": "#ffffff",
    "startNumber": "04",
    "name": " KRad",
    "appId": "d2652220-e4d2-4e84-ba23-7a3e7ff17f51",
    "deviceType": "",
    "deviceClass": "Upload",
    "startTime": null,
    "endTime": null,
    "eventId": "60a3b443f096f800018add7c",
    "updatedAt": "2021-11-03T15:09:45.722Z",
    "trackId": "5eadb043454eea39f6d016ad",
    "times": {},
    "tags": {
      "age": "30-39",
      "sex": "mal",
      "club": "VfA end"
    },
    "integrations": {
      "importId": "UniqueImportId_4"
    },
    "id": "60a3b679147422101b4a5be3",
    "listPosition": 3
  }
]

Last updated