Skip to content

Latest commit

 

History

History
191 lines (188 loc) · 4 KB

comments.md

File metadata and controls

191 lines (188 loc) · 4 KB
title date layout category slug permalink
Comments
2019-04-23 14:00:00 UTC
api
api,comments
comments
/api/comments

The Comments endpoint is used 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" UUID
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