RESTful Web Services Interface (legacy API)

findRaceByCode

1 min read

On this page
  1. Method
  2. Input
  3. Output

The findRaceByCode method returns a Race record that match with the race code that was provided.

Method

The method uses the GET HTML method.

Input

The input to the method is string race code.

Output

The output is the Race entry if found or an empty document if no entry is known by the system with that race code.

Up to Person Query Resource Documentation