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

Match attendance

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

Example response

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