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

Bulletinboard items

Retrieves bulletinboard items and rudimentary information about them.
Retrieves a single bulletinboard item and rudimentary information about it.
Creates a new bulletinboard item
Updates an existing bulletinboard item.
Deletes a single bulletinboard item. Only available to API keys without user authentication.
Json
XML
GET https://api.bundeling.com/V1/bulletinboard_items

Example request

Headers

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

Example response

[
    {
        "id": 2,
        "bulletinboard_id": "56f09a35ea14453ba94bc2b2add19a23",
        "category": "Job opening",
        "category_id": 5,
        "user_id": 10,
        "title": "",
        "text": "",
        "active": true,
        "link": "https://bundeling.com",
        "enddate": "2017-02-10T16:00:00+0000",
        "pictures": [
            "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz..."
        ],
        "closeddate": null
    }
]