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
GET https://api.bundeling.com/V2/likes

Includes

NameDescriptionEndpoint
authorRetrieves information about the author of the likeUsers
author.user_notesRetrieves a collection of user notes of the logged in user about listed authorUserNotes
author.user_connectionsRetrieves list of connections author has by sending inviteUserConnections
author.user_connections2Retrieves list of connections author has by receiving inviteUserConnections
author.customerRetrieves information about the customer (company) that is bound to the authorCustomers

Example request

Headers

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

Example response

{
    "data": [
        {
            "uuid": "e47983ba27a04010a363a8756e9849d4",
            "author_uuid": "e47983ba27a04010a363a8756e9849d4",
            "object_uuid": "e47983ba27a04010a363a8756e9849d4",
            "object_type": "news_item",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}