Api Documentation

Event attendance

This endpoint allows you to manage the attendance of users to events.
Retrieves a collection of attendance information.
Retrieves a single item 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.
Json
XML
DELETE https://api.bundeling.com/V2/user_attends_event/:uuid

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a user attends event recordstring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}