View an Idea

get

/api/restapi/idea/{ideaId}

Returns an idea object based on the id provided.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityIdea
Type: object
Title: ApiEntityIdea
Show Source
Nested Schema : codeValuesIdea
Type: array
The list of code values for an idea. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for an idea.
Show Source
Nested Schema : ApiEntityCodeValueIdea
Type: object
Title: ApiEntityCodeValueIdea
Show Source
Nested Schema : ApiEntityIdeaConfiguredFieldValue
Type: object
Title: ApiEntityIdeaConfiguredFieldValue
Show Source

404 Response

The requested idea does not exist, or you do not have access to it.
Back to Top