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
DELETE https://api.bundeling.com/V1/bulletinboard_items

Parameters

Url

NameDescriptionType
idA unique integer used to identify a bulletinboard itemint

Example request

Headers

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

Example response

{
    "id": 14,
    "status": "Delete successful"
}