Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.54 KB

SummaryAthlete.md

File metadata and controls

24 lines (20 loc) · 1.54 KB

SummaryAthlete

Properties

Name Type Description Notes
id int The unique identifier of the athlete [optional]
resource_state int Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" [optional]
firstname str The athlete's first name. [optional]
lastname str The athlete's last name. [optional]
profile_medium str URL to a 62x62 pixel profile picture. [optional]
profile str URL to a 124x124 pixel profile picture. [optional]
city str The athlete's city. [optional]
state str The athlete's state or geographical region. [optional]
country str The athlete's country. [optional]
sex str The athlete's sex. [optional]
friend str Whether the currently logged-in athlete follows this athlete. [optional]
follower str Whether this athlete follows the currently logged-in athlete. [optional]
premium bool The athlete's premium status. [optional]
created_at datetime The time at which the athlete was created. [optional]
updated_at datetime The time at which the athlete was last updated. [optional]

[Back to Model list] [Back to API list] [Back to README]