Skip to main content

TitleThinTrophy

The TitleThinTrophy entity is a thin subset of the Trophy model. These entities are generally returned when using the getTitleTrophies() function.

NameTypeDescription
trophyIdnumberUnique ID for this trophy (unique within the title and not just the group).
trophyHiddenbooleantrue if this is a secret trophy (ie. further details are not displayed by default unless earned).
trophyType"bronze" | "silver" | "gold" | "platinum"The trophy grade.
trophyNamestringName of the trophy.
trophyDetailstringDescription of the trophy.
trophyIconUrlstringURL for the graphic associated with the trophy.
trophyGroupIdstringID of the trophy group this trophy belongs to. A game's standard set of trophies will have a value of "default", whereas DLC increments in values such as "001" and "002".