View Ideas under a Workspace

get

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

Returns all ideas under a workspace. Filter on only idea name like for example: ideaName=*IDEA* and record count is supported.

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 : List<ApiEntityIdea>
Type: array
Title: List<ApiEntityIdea>
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

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