We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public static void GetModEvents(int modId, RequestFilter filter, APIPaginationParameters pagination, Action<RequestPage<ModEvent>> successCallback, Action<WebRequestError> errorCallback);
Fetches the update events for a given mod.
A successful request returns a RequestPage of ModEvents.
See the mod.io filtering documentation for more comprehensive explanation of the filtering and pagination parameters.
See also: docs.mod.io page, ModIO.API.GetModEventsFilterFields