Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.GetUserEvents

Jackson Wood edited this page Jul 25, 2018 · 10 revisions

APIClient.GetUserEvents

public static void GetUserEvents(RequestFilter filter, PaginationParameters pagination, Action[ResponseArray[UserEvent]] successCallback, Action[WebRequestError] errorCallback);

Parameters

Name Description
filter
pagination
successCallback
errorCallback

Description

Get events that have been fired specific to the user. Successful request will return a ModIO.API.ResponseArray of ModIO.UserEvent. We recommend reading the filtering documentation to return only the records you want.

Clone this wiki locally