The Ideation Room Object
This is an object of the Ideation Room. Some properties are read-only, and others can be managed using the Management API.
Properties
-
id
numberNumeric ID of the Idea
-
name
stringName of the Idea
-
description
stringA description of your Idea
-
content
objectThe content of your Idea
-
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
) -
deleted_at
stringDeleted date (Format: YYYY-mm-dd HH:MM)
-
status
stringStatus of approval
-
story_ids
number[]List of story ids
-
is_private
booleanDefines the public or private status of the idea
-
bookmarks
objectThe external resources URLs and their names with _uid
-
_uid
stringUUID
-
link
stringThe string value of the URL from Idea's external resources.
-
label
stringThe string value of the name of the external resource URL in the Idea.
-
-
internal_tags_list
object[]List of objects containing the details of tags used for the component
-
id
numberId of the tag
-
name
stringName of the tag
-
-
internal_tag_ids
string[]List of ids of the tags assigned to the component
-
author
objectThe author object inside an Idea
-
id
numberThe numeric ID
-
avatar
stringAvatar of collaborator usually an image
-
userid
stringUser ID of collaborator
-
friendly_name
stringFriendly name of collaborator
-
-
assignee
objectThe assignee object inside an Idea
-
id
numberThe numeric ID
-
avatar
stringAvatar of collaborator usually an image
-
userid
stringUser ID of collaborator
-
friendly_name
stringFriendly name of collaborator
-
-
stories
Idea's Stories ObjectAn array of the idea's stories object
-
name
stringThe complete name provided for the story
-
id
numberThe numeric ID
-
full_slug
stringThe full slug of the story, combining the parent folder(s) and the designated story slug
-
{
"id": "11a23bbc-456d-789e-f10g-1112hi13141j",
"name": "Lorem ipsum dolor sit amet",
"description": null,
"content": {},
"created_at": "2024-12-22T13:01:21.475Z",
"updated_at": "2024-12-22T13:01:21.475Z",
"deleted_at": null,
"assignee": null,
"status": "draft",
"author": {
"id": 84991,
"userid": "test@email.com",
"friendly_name": "John doe",
"avatar": null
},
"stories": [],
"story_ids": [],
"internal_tags_list": [],
"internal_tag_ids": []
}