banLogQuery

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

banList

id of the banlist

max

maximum number of results to return

page

define the page

idOnly

query only for userIds?

Throws

inherited from CedmodException