Idea's Discussions Object
This is an object of the discussions for the specific idea.
Idea's discussion object is different than the Discussions object.
Properties
-
id
numberNumeric ID of the specific idea's discussion
-
title
stringTitle of the discussion field
-
block_uid
stringThe ID of discussion block
-
fieldname
stringTechnical name of the discussion field
-
solved_at
stringThe time a discussion is resolved. (Format:
YYYY-mm-dd HH:MM
) -
component
stringThe component/block name to which the discussion belongs to
-
lang
stringLanguage code of the current language (can be requested with the
language
API parameter) -
uuid
stringGenerated UUID string
-
comments
Idea's Comments Object[]An array of idea's comment objects
-
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
-
-
last_comments
Idea's Comments Object[]An array of idea's last comment objects
-
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
-
{
"discussions":
{
"id": 1,
"title": "<div class=|\"hello\">Hello world! <strong>Hello everyone",
"block_uid": null,
"fieldname": null,
"solved_at": null,
"component": null,
"lang": "default",
"uuid": "46e6030b-80fc-4574-b72d-448796900c98",
"comments": [
{
"id": 1,
"created_at": "2024-06-03T05:02:37.716Z",
"updated_at": "2024-06-03T05:02:37.716Z",
"extra": {},
"message": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"message_json": [],
"user_id": 1,
"uuid": "a01b234c-5d6e-7f89-gh10-i11jk121l314"
}
],
"last_comment": {
"id": 1,
"created_at": "2024-06-03T05:02:37.716Z",
"updated_at": "2024-06-03T05:02:37.716Z",
"extra": {},
"message": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"message_json": [],
"user_id": 2,
"uuid": "e00c312a-7f6d-4f53-bb03-e55cb476a401"
}
}
}