GET  /techchecks/find

Retrieve FRA Tech Check form results for a robot at an event.

Authorization Required

Authorization is required for this resource.


Headers

Content-Type [Required]
application/json
Yes
All API requests must have Content-Type declared.
Authorization [Required]
Bearer authorization_token
Yes
In order to carry out this request, your authorization token will need to be supplied with this request. Your authorization token can be found associated to your account on Rampage. NB: Please never reveal this key publicly.

Body

event_id [Required]
integer
Yes
An event which must have a robot_weight_class_id of a FRA recognised weight class. Currently supported: Beetleweight (1.5kg) [2], Featherweight (13.6kg) (30lb) [3], Middleweight [4], Heavyweight [5]. Please see here for further information.
robot_id [Required]
integer
Yes
The robot (by id) you wish to lookup

Response

Success
{"techcheck":{"check_cradle":"1","check_sharp_edges":"1","check_locking_bars":"1","check_batteries":"1","check_chargers":"1","check_wiring":"1","check_pneumatic_system":"1","check_hydraulic_system":"1","check_ic_engine_system":"1","check_weaponry":"1","check_removable_link":"1","check_power_light":"1","check_radio_system":"1","check_deactivation":"1","check_weight":"1","has_passed":true,"driver_name":"Tom Brewster","comments":"passed checks"}}
Event Cannot Be Found
{"error":"event could not be found."}
Robot Cannot Be Found
{"error":"robot could not be found."}