View Ideas by Name and Workspace

get

/api/restapi/idea/{ideaName}/workspace/{workspaceId}

Returns an idea object under a workspace with the specified code.

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