GET api/v2.0/Ideation/IdeaDetails?ideationKey={ideationKey}

Gets the details of an idea.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ideationKey

Unique identifier for the idea to be retrieved.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Detailed information about the idea specified.

IdeaDetails
NameDescriptionTypeAdditional 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.

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.

Response Formats

application/json, text/json

Sample:
{
  "IdeationKey": "3c273811-e995-49d7-956d-317932d66f7e",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "LinkToViewIdea": "sample string 4",
  "Status": null,
  "Categories": null,
  "TotalUpvotes": 5,
  "TotalDownvotes": 6,
  "HasOfficialComment": true,
  "Author": {
    "LinkToProfile": "sample string 1",
    "PictureUrl": "sample string 2",
    "ContactKey": "ca6b3124-1792-41e6-918e-5e246dd48dd9",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "DisplayName": "sample string 6",
    "EmailAddress": "sample string 7",
    "ContactStatusCode": "sample string 8",
    "PrefixCode": "sample string 9",
    "UpdatedOn": "2024-07-27T02:51:58.2280566Z",
    "UpdatedByContactKey": "097a4dc2-6234-4931-bc3e-4a2d08151123",
    "CompanyName": "sample string 12",
    "CompanyTitle": "sample string 13",
    "SuffixCode": "sample string 14",
    "Designation": "sample string 15",
    "LegacyContactKey": "sample string 16",
    "InformalName": "sample string 17",
    "MiddleName": "sample string 18",
    "IsCompany": true,
    "CompanyLegacyContactKey": "sample string 20",
    "AMSDirectoryOptOut": true,
    "HLDirectoryOptOut": true,
    "HLContactMeOptOut": true,
    "LargePictureUrl": "sample string 24",
    "AgreedToTermsDateTime": "2024-07-27T02:51:58.2280566Z"
  },
  "IsAnonymous": true,
  "CreatedOn": "2024-07-27T02:51:58.2280566Z",
  "UpdatedOn": "2024-07-27T02:51:58.2280566Z",
  "AttachmentURLs": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.