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. You will only be shown your own private events plus those of people who have marked you as a friend. 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 version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
	<user id="674" name="Gordon Luk" username="getluky" status="attend" />
</rsp>		
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