Idea's Comments Object
Idea's comments object is different from the Discussions' comments.
Properties
-
id
numberThe numeric ID
-
created_at
stringCreation date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
updated_at
stringLatest update date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
extra
objectThe
extra
property is an array containing JSON objects representing the extra from Idea’s comment.-
text
stringThe text part
-
type
stringThe type
-
attrs
objectAttributes
-
-
message
null or stringThe message of a comment, with the datatype of
null
or a string. -
message_json
objectThe
message_json
property is an array containing JSON objects representing the comments’ messages.-
text
stringThe text part
-
type
stringThe type
-
attrs
objectAttributes
-
-
user_id
numberUser/numeric id of collaborator
-
uuid
stringGenerated UUID string
{
"comments": [
{
"id": 1,
"created_at": "2024-02-06T22:11:00.119Z",
"updated_at": "2024-02-06T22:11:00.119Z",
"extra": {},
"message": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"message_json": [],
"user_id": 2,
"uuid": "e00c312a-7f6d-4f53-bb03-e55cb476a401",
}
],
}