ban Log Query
fun banLogQuery(q: String, banList: String, max: Int = 10, page: Int = 0, idOnly: Boolean = false): JsonObject?(source)
Endpoint for querying banLogs
Endpoint: /Api/BanLog/Query
Return
the query as a JsonObject
Parameters
q
the query being a userId most of the time
ban List
id of the banlist
max
maximum number of results to return
page
define the page
id Only
query only for userIds?
Throws
inherited from CedmodException