Event Result Item
Details for a event result item
An event result is a cumulative result of associated unit results.
An example can be seen below.
{
"rank": "2",
"sortOrder": 2,
"diff": "+0.04",
"unchecked": false,
"rankEqual": false,
"value": "1:17.84",
"resultType": {
"code": "TIME",
"description": "Time"
},
"unit": {
"code": "ALPWGS----------------FNL-000100--",
"description": "Ladies' Giant Slalom Run 1",
"phase": {
"code": "ALPWGS----------------FNL-",
"description": "Ladies' Giant Slalom",
"phaseType": {
"code": 3,
"description": "Competition"
}
}
}
}
The table below outlines the possible values exposed in the Event Result Item array.
Property | Value(s) | Description |
---|---|---|
rank | String (Optional) | Rank of the competitor |
sortOrder | Integer | Used to sort all the results |
diff | Examples ('+0:57', '-2:23')(Optional) | Display the time / value ahead or behind the leader. Negative indicates ahead of the leader, positive is behind |
meta.unchecked | Boolean | Indicates that the result needs to be validated |
meta.rankEqual | Boolean | Identifies if a rank has been equalled |
value | String (Optional) | The result value of the competitor |
valueType | Value Types Object (Optional) | The type of the value object eg: TIME or POINTS |
unit | Unit | The associated unit |
unit.phase | Phase | The associated phase |
unit.phase.phaseType | Phase Type | The associated phase type |
Updated 6 months ago