Appearance
Get Competition Results
Get the RacerStats for a given competition date and period
URL
GET /v1/competitions/results
Parameters
Parameter | Type | Description |
---|---|---|
kind | string | The kind of competition to get results for (day, week, month, year) |
date | Date | The date of the competition to get results for |
Return Value
json
{
"success": boolean,
"error": Error | null,
"data": CompetitionResult[] | null
}