POST api/tasks/fields/{id}?WorkPlanId={WorkPlanId}
Update work field
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
WorkPlanId | globally unique identifier |
None. |
Body Parameters
PlannerColumnPostName | Description | Type | Additional information |
---|---|---|---|
Order | integer |
None. |
|
DisplayName | string |
None. |
|
Description | string |
None. |
|
InternalName | string |
None. |
|
ParentFilterField | string |
None. |
|
ColumnType | ColumnTypeEnum |
None. |
|
ColumnAggregate | ColumnAggEnum |
None. |
|
Choices | Dictionary of string [key] and string [value] |
None. |
|
ChoiceParents | Dictionary of string [key] and string [value] |
None. |
|
NumericValues | Dictionary of string [key] and decimal number [value] |
None. |
|
ReadOnly | boolean |
None. |
|
Required | boolean |
None. |
|
Percentage | boolean |
None. |
|
AIEnabled | boolean |
None. |
|
AIUseForPlanCreation | boolean |
None. |
|
AICustomPrompt | string |
None. |
|
Decimals | integer |
None. |
|
DefaultValue | string |
None. |
|
AllowAdditions | boolean |
None. |
|
PlanTypeId | globally unique identifier |
None. |
|
WriteablePlanTypes | Collection of globally unique identifier |
None. |
|
Function | FieldFunction |
None. |
|
RollupWorkType | globally unique identifier |
None. |
|
RollupAggregate | ColumnAggEnum |
None. |
|
RollupLookupField | string |
None. |
|
RollupField | string |
None. |
|
RollupFilter | string |
None. |
|
Calculations | Collection of ColumnCalculation |
None. |
|
Filter | TableFilter |
None. |
|
Hidden | boolean |
None. |
|
ShowInQuickStart | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
PlannerColumnName | Description | Type | Additional information |
---|---|---|---|
Order | integer |
None. |
|
InternalName | string |
None. |
|
Baseline | string |
None. |
|
DisplayName | string |
None. |
|
ColumnType | ColumnTypeEnum |
None. |
|
ColumnAggregate | ColumnAggEnum |
None. |
|
Choices | Dictionary of string [key] and string [value] |
None. |
|
ChoiceParents | Dictionary of string [key] and string [value] |
None. |
|
NumericValues | Dictionary of string [key] and decimal number [value] |
None. |
|
ParentFilterField | string |
None. |
|
Locked | boolean |
None. |
|
ReadOnly | boolean |
None. |
|
Required | boolean |
None. |
|
Percentage | boolean |
None. |
|
DefaultValue | string |
None. |
|
AllowAdditions | boolean |
None. |
|
WriteablePlanTypes | Collection of globally unique identifier |
None. |
|
PlanTypeId | globally unique identifier |
None. |
|
Decimals | integer |
None. |
|
Function | FieldFunction |
None. |
|
RollupWorkType | globally unique identifier |
None. |
|
RollupAggregate | ColumnAggEnum |
None. |
|
RollupLookupField | string |
None. |
|
RollupField | string |
None. |
|
RollupFilter | string |
None. |
|
MinValue | decimal number |
None. |
|
MaxValue | decimal number |
None. |
|
Description | string |
None. |
|
AIEnabled | boolean |
None. |
|
AIUseForPlanCreation | boolean |
None. |
|
AICustomPrompt | string |
None. |
|
Filter | TableFilter |
None. |
|
Hidden | boolean |
None. |
|
ShowInQuickStart | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.