getGuildLog

fun getGuildLog(id: String, since: String? = null): List<GuildLog>

Retrieves guild log Documentation can be found in the GW2 Wiki

Parameters

id

of the guild

since

optional id of starting log entry to return

See also