Returns a race by the given ID (if it exists).
Race is identified by its stringified ObjectID.
ObjectID
const raceId: string = "57da777687ecf89";const race: Race = await sdk.getRaceById({ raceId });
ID of the race to fetch.
Generated using TypeDoc
Returns a race by the given ID (if it exists).
Race is identified by its stringified
ObjectID
.Usage