appealQuery

fun appealQuery(q: String, max: Int = 10, page: Int = 0, close: Boolean = false): JsonObject(source)

An endpoint to query existing appeals

Endpoint: /Api/Appeal/Query

Return

the query as JsonObject

Parameters

q

the query, for example, a userId or a steamid with added @steam at the end

max

the number of results to be returned, if this exceeds 200, the session will be revoked

page

the page to search on

close

return closed appeals when true and open appeals when false

Throws

inherited from CedmodException