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

Events

Events are organized happenings that will bring your network closer together. The pictures field contains an array of picture id's that can be used in the FILES endpoint to obtain the actual image. Adding pictures to events is also done through the FILES endpoint. Please refer to the documentation of the FILES endpoint for more information on how to do this.
Retrieves a collection of events.
Retrieves a single event.
Creates a new event. Only available to API keys without user authentication.
Updates an event. Only available to API keys without user authentication.
Deletes a single event. Only available to API keys without user authentication.
Json
XML
GET https://api.bundeling.com/V1/events

Parameters

Url

NameDescriptionType
idA unique integer used to identify an eventint

Example request

Headers

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

Example response

{
    "id": 14,
    "author_id": 15,
    "headerimage": "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz...",
    "title": "Bundeling Training",
    "description": "Bundeling will be giving workshops...",
    "category": "Festivals",
    "category_id": 16,
    "location": "Uden",
    "date": "2017-02-10T12:00:00+0000",
    "attendanceenddate": "2017-02-10T10:00:00+0000",
    "enddate": "2017-02-10T16:00:00+0000",
    "social_sharing": false,
    "draft": false,
    "publicationdate": "2017-01-15T18:00:00+0000",
    "notificationdate": "2017-01-15T18:00:00+0000",
    "attending_email": "support@bundeling.com",
    "external_reference": "123908",
    "attending_users": [
        1,
        6,
        12
    ],
    "pictures": [
        "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz..."
    ],
    "labels": [
        14
    ]
}