Api Documentation

Likes

Users can Like (Create) and Unlike (Delete) news articles or bulletinboard items. User authentication is required for the CREATE and DELETE methods.
Like a news article or bulletinboard item for the current user.
Unlike a news article or bulletinboard item for the current user.
Json
XML
DELETE https://api.bundeling.com/V2/likes

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify the like.string

Example request

Headers

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

Example response

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