Create an Idea

post

/api/restapi/idea

Create an idea with the json object provided.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityIdeaInput
Type: object
Title: ApiEntityIdeaInput
This entity represents a Idea object, a unique Idea object can be identified by the following combinations of the fields.
  • ideaId
  • ideaName,workspaceId
  • ideaName,workspaceCode
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
  • ApiEntityCodeValueIdeaInput
    Title: ApiEntityCodeValueIdeaInput
    This entity represents a CodeValueIdea object, a unique CodeValueIdea object can be identified by the following combinations of the fields.
    • codeValueIdeaId
    • codeValueId
    • codeTypeCode,codeValueCode
    • codeTypeCode,codeValueCode,parentId
    • codeValueCode,codeTypeId,parentId
    • codeTypeId,codeValueCode
Nested Schema : configuredFields
Type: array
The list of configured fields for an idea.
Show Source
  • ApiEntityIdeaConfiguredFieldValueInput
    Title: ApiEntityIdeaConfiguredFieldValueInput
    This entity represents a IdeaConfiguredFieldValue object, a unique IdeaConfiguredFieldValue object can be identified by the following combinations of the fields.
    • ideaConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : ApiEntityCodeValueIdeaInput
Type: object
Title: ApiEntityCodeValueIdeaInput
This entity represents a CodeValueIdea object, a unique CodeValueIdea object can be identified by the following combinations of the fields.
  • codeValueIdeaId
  • codeValueId
  • codeTypeCode,codeValueCode
  • codeTypeCode,codeValueCode,parentId
  • codeValueCode,codeTypeId,parentId
  • codeTypeId,codeValueCode
Show Source
Nested Schema : ApiEntityIdeaConfiguredFieldValueInput
Type: object
Title: ApiEntityIdeaConfiguredFieldValueInput
This entity represents a IdeaConfiguredFieldValue object, a unique IdeaConfiguredFieldValue object can be identified by the following combinations of the fields.
  • ideaConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • This holds values for Date type configured fields.
  • The unique identifier for the idea configured field.
  • The system-generated identifier of an idea.
  • This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 24.5.
    Date when the record was last updated.
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
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

400 Response

Invalid input.
Back to Top