| Name | Description | Type | Additional information |
|---|---|---|---|
| IdeationKey |
Unique identifier of the idea. |
globally unique identifier |
None. |
| Title |
Title of the idea. |
string |
None. |
| Description |
Description of the idea. |
string |
None. |
| LinkToViewIdea |
Direct link to view the idea on the main microsite. |
string |
None. |
| Status |
Object containing information about the status of the idea. |
IdeaStatus |
None. |
| Community |
The community the idea has been associated to. If null or doesn't exist (i.e. the idea is not associated to any community), the idea is considered to be a site-wide idea. |
Community |
None. |
| Categories |
All categories the idea has been associated to. |
Collection of IdeaCategory |
None. |
| TotalUpvotes |
Number of upvotes. |
integer |
None. |
| TotalDownvotes |
Number of downvotes. |
integer |
None. |
| HasOfficialComment |
True if this idea has an official comment from an admin. |
boolean |
None. |
| Author |
Information about the author of the idea. |
ContactConcise |
None. |
| IsAnonymous |
True if the idea was submitted anonymously. |
boolean |
None. |
| CreatedOn |
DateTime the idea was created. |
date |
None. |
| UpdatedOn |
Most recent DateTime the idea was updated. |
date |
None. |
| AttachmentURLs |
Temporary URLs to view or download any attachments associated with the idea. |
Collection of IdeaAttachment |
None. |