motogp_categories
Retrieve MotoGP event categories (MotoGP, Moto2, Moto3, MotoE) by event UUID to obtain category UUIDs for session and standings tools.
Instructions
The classes running at one event — MotoGP, Moto2, Moto3, MotoE.
Returns: [{id (uuid), name:'MotoGP™', legacy_id}] — id is the categoryUuid the session and standings tools need
Example: Classes at one Grand Prix {"eventUuid": "0f4c9f38-3e30-40f4-8a4a-9e05ba0d0daa"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventUuid | Yes | Event uuid from motogp_events. |