latestOpenAPI 3.0.02026-08-19219210532.7 KB
bd5a5f406bca
dashboard
bff
Get the performance leaderboard (person, teams, average score, last attempt)
get/api/v1/team-performance/leaderboard
Query parameters
idsstring[] nullable
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
pagenumber
Page number starting from 1.
limitnumber
Limit for the number of results per page.
namestring
User name search
teamIdstring
Filter by team ID
userIdsstring[]
Filter by user IDs
fromDatestring date-time
Filter by start date of the performance period
toDatestring date-time
Filter by end date of the performance period
trackIdsstring[]
Filter by track IDs
missionIdsstring[]
Filter by mission IDs directly. Takes precedence over trackIds when provided (no server-side track resolution). Blank/whitespace entries are dropped; an all-empty list is treated as no filter.