Skip to main content

Community Support System API

Below, you'll find all endpoints needed to fetch some data about the ticket system on a guild.

GET
Get statistics
https://yunite.xyz/api/v3/guild/{guildId}/acss/stats
Path Parameters
NameValue typeDescription
guildIdGuild ID SnowflakeThe ID of the guild you want to access
Query Parameters
NameValue typeDescription
fromUNIX-timestamp (= seconds since epoch)Timestamp of the start of the period you want to get statistics for; optional - omit if you want to go back as far as possible
toUNIX-timestamp (= seconds since epoch)Timestamp of the end of the period you want to get statistics for; optional - omit if you want to get stats up until right now