The Team Object

The Team Object

If teams are set up on your leaderboard some requests will return information about teams.

Example Team Object

{
  "teamID": "f8a013a9-1f8c-438d-bef3-4668d52b0b81",
  "dateCreated": "2025-04-02T09:09:50.657",
  "name": "Red Team",
  "rank": 2,
  "ordinal": "nd",
  "formattedRank": "2nd",
  "players": 4,
  "formattedPlayers": "4",
  "scores": 4,
  "formattedScores": "4",
  "totalScoreValues": 141116,
  "formattedTotalScoreValues": "02:21:0116",
  "averageScore": 35279,
  "formattedAverageScore": "00:35:0279",
  "bestScore": 35279,
  "formattedBestScore": "00:35:0279"
}

Object Properties

teamID guid
The ID of the team.
dateCreated datetime
The date the team was created.
name string
The name of the team.
rank int32
The rank of this team.
ordinal string
The ordinal for the rank of this team.
formattedRank string
The rank of this score rendered using the requested locale.
players int32
The number of players assigned to this team.
formattedPlayers string
The number of players assigned to this team rendered using the requested locale.
scores int32
The number of scores posted in this team.
formattedScores string
The number of scores posted in this team rendered using the requested locale.
totalScoreValues decimal
The sum value of all scores posted in this team.
formattedTotalScoreValues string
The sum value of all scores posted in this team formatted under the score format specifications for this leaderboard, rendered using the requested locale.
averageScore int64
The average of all the scores posted in this team.
formattedAverageScore string
The average of all the scores posted in this team formatted under the score format specifications for this leaderboard, rendered using the requested locale.
bestScore int64
The best score posted in this team.
formattedBestScore string
The best score posted in this team formatted under the score format specifications for this leaderboard, rendered using the requested locale.
Game Services Manual 2025-04-02