Skip to content

Comment


The comment component is a self contained object that displays all information related to a comment.

Data

{
    "body": "",
    "_urls": {
        "_self": "",
        "threads": ""
    }
}
Field Type When
Required
When
Optional
Description
name string always - See root document.
body string always -
_urls object always -
_urls._self string always -
_urls.threads string Comment has threads always Only supply this key if the comment has child comments (threads).

_urls

threads key is used by the interface to show that the comment has children comments or better known as threads. When this kewy is present, the UI will make an additional request to the URL within this key to fetch and then begin rendering the data as children to the comment in question.

About:

This page forms part of our Project Centurion ERP UI.

Page Metadata
Version: ToDo: place files short git commit here
Date Created: 2026-05-02
Date Edited: 2026-05-17

Contribution:

Would You like to contribute to our Centurion ERP UI project? You can assist in the following ways:

 

ToDo: Add the page list of contributors