Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost/api/v1/events/{event}/races/{race}/prize-rules \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "race_id": 123, "event_id": 123, "seq": 123, "modality_id": 123, "ranking_type": "<string>", "ranking_cut": 123, "gender_filter": "<string>", "pne_filter": "<string>", "dupla_prem": [ "<unknown>" ], "tipo_premiacao": "<string>", "eqp_apuracao": "<string>", "eqp_n_melhores": 123, "eqp_base_ranking": "<string>", "status": "<string>", "created_at": "<string>", "updated_at": "<string>", "modality": { "id": 123, "name": "<string>" } } ], "meta": { "page": 123, "per_page": 123, "total": 123, "last_page": 123 }, "links": { "next": "<string>", "prev": "<string>" } }
API key do hub com escopo manage. Header: Authorization: Bearer <api_key>.
manage
Authorization: Bearer <api_key>
Show child attributes