Help Search

Comments

The Comments endpoint is used to manage comments posted on Resources.

The Comment Object

Attribute Type Description Format
id String Unique ID of the group in UUID format. UUID
parent_id String Parent comment's UUID for child(nested) comment UUID
foreign_key String UUID of the Resource where the comment is posted UUID
content String The comment text. Plaintext
foreign_model String Can only be "Resource" Plaintext
created String Datetime when the group was created ISO 8601 Datetime format
2014-02-01T09:28:56.321-10:00
created_by String UUID of the user who created the group UUID
user_id String UUID of the user UUID
modified String Datetime when the group was last modified ISO 8601 Datetime format
2014-02-01T09:28:56.321-10:00
modified_by String UUID of the user who last modified the group UUID
children Array Child(nested) comments Array of Comment objects

Last updated

This article was last updated on April 23rd, 2019.

For another perspective on the API you browse the OpenAPI 2.0 specifications using the dedicated API reference site (Swagger UI).

API Reference

You can also find the latest OpenAPI 2.0 specifications directly on the dedicated repository.

OpenAPI Specs repository
🍪   Do you accept cookies for statistical purposes? (Read more) Accept No thanks!