Difference between revisions of "WebAPI/GetFriendList"
< WebAPI
(fix friendlist url) |
|||
Line 1: | Line 1: | ||
== URL == | == URL == | ||
− | <nowiki>http://api.steampowered.com/ISteamUser/GetFriendList/ | + | <nowiki>http://api.steampowered.com/ISteamUser/GetFriendList/v1</nowiki> |
== Method-specific parameters == | == Method-specific parameters == |
Revision as of 17:29, 21 June 2012
URL
http://api.steampowered.com/ISteamUser/GetFriendList/v1
Method-specific parameters
- steamid
- The 64 bit ID of the user to retrieve a list for.
- relationship
- Filter by a given role.
- all
- All roles
- friend
Result data
- friendslist (Optional)
- If the profile is not public or there are no available entries for the given relationship only an empty object will be returned.
- friends
- A list of objects for each list entry.
- steamid
- The 64 bit ID of the friend.
- relationship
- Role in relation to the given steamid
- friend_since
- A unix timestamp of when the friend was added to the list.
Languages: | English |