Get Mods Events
GET/games/:game-id/mods/events
Get all mods events for the corresponding game sorted by latest event first. Successful request will return an array of Event Objects. *
- NOTE: We recommend you poll this endpoint to keep mods up-to-date. If polling this endpoint for updates you should store the
id
ordate_added
of the latest event, and on subsequent requests use that information in the filter, to return only newer events to process.
Request
Responses
- 200
Successful Request