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 GetAllModComments(int modId, RequestFilter filter, APIPaginationParameters pagination, Action<RequestPage<ModComment>> successCallback, Action<WebRequestError> errorCallback);
Fetches all the comments for a mod.
Get all comments posted in the mods profile. Successful request will return a RequestPage of Comment Objects.
See the mod.io filtering documentation for more comprehensive explanation of the filtering and pagination parameters.
See also: docs.mod.io page, ModIO.API.GetAllModCommentsFilterFields