API Method /users/going/add
This function marks a user as going to an event.
Arguments
- authentication
- This method requires user authentication.
- event_id string
- The event ID.
Example Request
http://api.eventful.com/rest/users/going/add?...&event_id=E0-001-000437983-7
Output Parameters
- status string
- ok
- messagestring
- Event added successfully.
Example XML Response
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok">
<message>Event added successfully.</message>
</response>
Error Codes
This method may return these errors in an error document:
- Authentication error
- The specified user was not found or provided invalid credentials.
- Missing parameter
- The 'event_id' parameter is mandatory.
- Not found
- There is no event with that identifier.