Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

Event attendance

Retrieves a collection of attendance information.
Allows a user to let others know he/she will be attending an event.
Allows a user to let others know he/she will be attending an event.
Deletes a users attendance information.
Json
XML
GET https://api.bundeling.com/V1/user_attends_event

Example response

[
    {
        "id": 194,
        "event_id": 12,
        "user_id": 106,
        "certain": true,
        "guests": 1,
        "notes": "I will be bringing my wife"
    }
]