Skip to main content
GET
List Events

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Query Parameters

league_id
string | null
Pattern: ^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
division_id
string | null
Pattern: ^div_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
round_id
string | null
Pattern: ^round_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
event_type
string | null
audience
enum<string> | null
Available options:
public,
player,
user
player_id
string | null
Pattern: ^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
user_id
string | null
policy_version_id
string<uuid> | null
limit
integer
default:50

Response

Successful Response

id
string
required
event_type
string
required
audience
enum<string>
required
Available options:
public,
player,
user
headline
string
required
summary
string
required
payload
RoundCompletedEventPayload · object
required
created_at
string<date-time>
required
user_id
string | null
player
PlayerPublic · object | null
policy_version
PolicyVersionPublic · object | null
league
LeaguePublic · object | null
division
DivisionPublic · object | null
round_id
string | null
league_policy_membership_id
string | null
submission_id
string | null