Api Documentation

Comments

Comments allow your users to give feedback to news articles or bulletinboard items. Users can leave comments on news articles or bulletinboard items. They can also edit their own comments. User authentication is required for the CREATE and UPDATE methods.
Json
XML
PUT https://api.bundeling.com/V2/comments

Parameters

Url

NameDescriptionType
uuidThe unique identifier for identifying the commentstring

Body

NameDescriptionTypeNillable
commentUpdated content of the comment.stringfalse
external_referenceReference for linking to external systems.stringfalse

Example request

Headers

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

Body

{
    "comment": "Edited comment",
    "external_reference": "123908"
}

Example response

{
    "uuid": "podj65hoij23r09thoji5",
    "author_uuid": "eokgieu5hjgieu5ghjr4",
    "comment": "This is a comment.",
    "object_type": "news_item",
    "external_reference": "123908",
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}