API:v1r1:users controller
From MixxHelp
Contents |
Users Service
/services/v1r1/users/<action>
The users service allows you to retrieve information from a user's profile, as well as some collective information, such as who the current Mixx leaders are.
leaders
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" api_version="v1r1"> <user user_key="iworedettos"> <karma>503</karma> <website_url></website_url> <location>here, now</location> <profile_url>http://www.mixx.com/users/iworedettos</profile_url> </user> <user user_key="bkocik"> <karma>964</karma> <website_url></website_url> <location>Dulles, VA</location> <profile_url>http://www.mixx.com/users/bkocik</profile_url> </user> <user user_key="kerry"> <karma>2606</karma> <website_url></website_url> <location>Leesburg, VA</location> <profile_url>http://www.mixx.com/users/Kerry</profile_url> </user> <user user_key="parisroubaix"> <karma>296</karma> <website_url></website_url> <location>pain cave, usa</location> <profile_url>http://www.mixx.com/users/parisroubaix</profile_url> </user> </rsp>
thingies
Required parameters
- user_key, this is almost always the desired user's Mixx username
This returns a user's most recent submissions (up to 20) that are publicly viewable. The output format is the same as it is for all other thingy collections.
favorites
Required parameters
- user_key, this is almost always the desired user's Mixx username
Shows up to 20 of a user's favorites. Also returns the common format for collections of thingies.
show
Required parameters
- user_key, this is almost always the desired user's Mixx username
Shows profile information for a specified user.
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" api_version="v1r1"> <user user_key="iworedettos"> <karma>503</karma> <website_url></website_url> <location>here, now</location> <profile_url>http://www.mixx.com/users/iworedettos</profile_url> </user> </rsp>
