mute Query
fun muteQuery(q: String, banList: String, max: Int = 10, page: Int = 0, idOnly: Boolean = false): JsonObject?(source)
Endpoint for querying mutes
Endpoint: /Api/Mute/Query
Return
the response body as JsonObject
Parameters
q
the query being mostly user ids
ban List
the banlist to query from
max
the maximum number of objects
page
the page
id Only
should only user ids be queried?
Throws
inherited from CedmodException