Files
DTFluxTitrage-Client/RaceResult-Api.cmd.js
2025-07-12 19:54:10 +02:00

141 lines
2.5 KiB
JavaScript

{}{
"path": "stage-ranking",
"contestID": 1,
"stageID": 2,
"splitID": 10
}
{
"path": "stage-ranking",
"contestId": 1,
"stageId": 2,
"splitId": 10
}
{
"path" : "team-list"
}
{
"path" : "race-datas"
}
{
"path": "stage-ranking",
"contestID": 1,
"stageID": 2,
"splitID": -1
}
{
"path": "stage-ranking",
"contestID": 1,
"stageID": 2,
"splitID": -1
}
{
"path": "reset-sensors"
}
{
"type": "team-stage-ranking",
"contestID": 1,
"stageID": 1,
"datas": [
{
"SplitID": 12,
"type": "team-stage-ranking",
"bib": 89,
"rank": 1,
"time": "00:24:52",
"gap": "",
"timeSwim": "10:30",
"timeTransition": "00:18",
"timeRun": "00:14:03",
"timeStart": "08:30:00",
"speedSwim": "4.6",
"speedRunning": "34.1",
"speedTotal": "21.2"
},
{
"SplitID": 12,
"type": "team-stage-ranking",
"bib": 375,
"rank": 2,
"time": "00:24:54",
"gap": "00:01",
"timeSwim": "11:16",
"timeTransition": "00:18",
"timeRun": "00:13:19",
"timeStart": "08:30:00",
"speedSwim": "4.3",
"speedRunning": "36.0",
"speedTotal": "21.2"
}
]
}
{
"description": "Liste des participants incrits dans la course",
"trigger": "pull",
"type": "team-list",
"datas": [
{
"type": "team-list-item",
"contestID": 1,
"bib": 59,
"firstName": "Jean-François",
"lastName": "Lanneluc",
"club": "S/L FCJA BISCHWILLER",
"elite": true,
"gender": "m",
"category": "Master",
"firstName2": "",
"lastName2": "",
"gender2": "",
"team": "PPOP",
"status": 0
},
{
"type": "team-list-item",
"contestID": 1,
"bib": 60,
"firstName": "côme",
"lastName": "LANNELUC",
"club": "",
"elite": true,
"gender": "m",
"category": "Benjamin",
"firstName2": "",
"lastName2": "",
"gender2": "",
"team": "",
"status": 0
},
{
"type": "team-list-item",
"contestID": 10,
"bib": 1009,
"firstName": "catherine",
"lastName": "HASEY",
"club": "",
"elite": true,
"gender": "F",
"category": "",
"firstName2": "SIMLER",
"lastName2": "nicolas",
"gender2": "M",
"firstName3": "SIMLER",
"lastName3": "Toine",
"gender3": "M",
"firstName4": "LAUNAY",
"lastName4": "Richard",
"gender4": "M",
"team": "SIMLER/HASEY/LAUNAY",
"status": 0
}
]
}