Welcome, Guest Sign In | Sign Up | Help
Upcoming API Documentation
Currently, the use of these APIs are restricted to non-commercial use only. If you'd like to use it for commercial purposes, please contact us first.
event.getWatchlist [HTTP GET]
Get a watchlist for an event. You must pass authentication parameters for this function. The user will be able to retrieve the watchlist for all public events, and to view the watchlist for a private event, the user should either have created the event or be a friend of the creator. Returns user nodes for each user on the watchlist. Returns either status="attend" or status="watch"
Arguments
api_key (Required)
Your API application key. If you don't have one, create one.

token (Required)
An authentication token. (What's this?)

event_id (Required)
The id of the event.

Example Response

XML

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
	<user id="674" name="Gordon Luk" username="getluky" status="attend" friend="1" />
</rsp>		

JSON

{ "rsp" : { "stat" : "ok",
      "user" : [ { "buddyiconurl" : "http://static.flickr.com/1/buddyicons/35034346394@N01.jpg",
            "friend" : 1,
            "id" : 1,
            "name" : "Upcoming User 1",
            "num_guests" : 0,
            "status" : "attend",
            "username" : "aefcfdc1ecf1da5cb24de69daaba734a",
            "watchlist_timestamp" : "0000-00-00 00:00:00"
          } ],
      "version" : 1
    } 
}
Error Codes (sent in HTTP Response Header)
403 Not Authorized:
  • Missing valid authentication parameters - Please pass an authentication token to the method.
  • Invalid authentication parameters - either that token was not found, or it may be deactivated. Please contact us for support.

404 Not Found:
  • Invalid event_id parameter - Please pass the ID of the event.
  • Your api_key is inactive or not found - Please contact us for support.
Tools
Upcoming Badges for Your Blog/Website | Invite Friends | Groups | Developers API
Help
News Blog | Community Guidelines | FAQ | Contact Us | Suggestion Board | About Us