Forum Topic - Event Awards URL Example: (2 Items)
   
Event Awards URL Example  
The example URL for retrieving event awards does not match the text of the Apiary documentation. The URL example 
indicates the teamNumber and eventCode parameters should be passed as GET parameters:
https://frc-api.firstinspires.org/v2.0/season/awards/?eventCode=CMP&teamNumber=101

But the actual format is https://frc-api.firstinspires.org/v2.0/season/awards/CMP/101, with the teamNumber and eventCode
 passed as path parameters.
Re: Event Awards URL Example  
The example provided by Apiary is incorrect - the Awards Endpoint documentation states that using the "?" structured 
optional parameters is not valid for the Awards endpoint. Please create a bug tracker for this documentation error.