Retrieve the latest event ID for a Race to World First raid. Use the returned ID as the "after" cursor in the feed endpoint to poll for new events.
Relies on combat log data retrieved from the Raider.IO Desktop App.<br><br><b>Polling workflow:</b> Call this endpoint once to get the latest event ID, then pass it as the <code>after</code> parameter to the <code>rwf-event/feed</code> endpoint. On each subsequent poll, use the highest <code>id</code> from the returned events as the new <code>after</code> value.
Query parameters
The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.
The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.
Raid slug or full name (e.g. "the-venomous-abyss" or "The Venomous Abyss")
Raid slug or full name (e.g. "the-venomous-abyss" or "The Venomous Abyss")
Response
Successful
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the new enum value
the-tidebound-grottoto thequeryrequest parameterraidrequest-parameter-enum-value-added
- ○