View a Configured Field

get

/api/restapi/configuredField/{columnDefinitionId}

This endpoint returns configured fields that meet the following requirements:
  • The object has an ID that matches the value of the {columnDefinitionId} path parameter.

Request

Path Parameters
Query Parameters
  • This is a required field for PROGRAM, IDEA, STRATEGY and DOCUMENT object types and optional for other object types.
    Allowed Values: [ "ACTIVITY", "ASSIGNMENT", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "COMPANY", "CUSTOM_LOG", "DOCUMENT", "FUND", "IDEA", "PORTFOLIO", "PROGRAM", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGES", "PROGRAM_BUDGET_TRANSACTIONS", "PROGRAM_BUDGET_TRANSFERS", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "STRATEGY", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityColumnDefinition
Type: object
Title: ApiEntityColumnDefinition
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the configured field and the workspace. Possible values are Owned and Inherited.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Value: 0
    Maximum Value: 9999
    The length of a configured field. Editable only for Text type fields.
  • Allowed Values: [ "FT_DATE", "FT_MONEY", "FT_MONEY_NO_MC", "FT_TEXT", "FT_INT", "FT_FLOAT_2_DECIMALS", "FT_LIST", "FT_BOOLEAN" ]
    The data type of a configured field.
  • Allowed Values: [ "ACTIVITY", "ASSIGNMENT", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "COMPANY", "CUSTOM_LOG", "DOCUMENT", "FUND", "IDEA", "PORTFOLIO", "PROGRAM", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGES", "PROGRAM_BUDGET_TRANSACTIONS", "PROGRAM_BUDGET_TRANSFERS", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "STRATEGY", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]
    Flex Object to be saved.
  • Allowed Values: [ "ACTIVITY", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "CAPITAL_PLAN_COST", "CAPITAL_PLAN_OTHER", "CAPITAL_PLAN_TEXT", "COMPANY", "CUSTOM_LOG", "DOCUMENT_COST", "DOCUMENT_OTHER", "DOCUMENT_TEXT", "FUND", "IDEA", "PORTFOLIO", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RESOURCE_ASSIGNMENT", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]
    The type of a flex object.
  • Minimum Length: 1
    Maximum Length: 100
    The label of a configured field.
  • listValues
    The list of available values for a List type configured field.
  • localizedColumnDefinitions
    The list of column labels per locale for the configured field.
    The configured field label you enter will be the default label for all locales. You can update the field label for each locale using the localizedColumnDefinitions. You will not need to re-enter the label for your locale in the array.
  • Allowed Values: [ "DATE", "NUMBER", "STRING" ]
    The physical percent complete of a configured field.
  • The field to make a configured field restricted.
  • Allowed Values: [ "ENABLED", "UPDATED", "DISABLED", "DELETED", "PENDING", "FAILED" ]
    The status of a configured field.
  • Allowed Values: [ "SUM", "AVERAGE", "MIN", "MAX", "FORMULA", "NONE", "MAX_NULL", "NULLABLE_SUM" ]
    Specifies how the field should be calculated for a grouped row in a view.
  • Maximum Length: 2,147,483,647
    The formula of a configured field.
  • Allowed Values: [ "MANUAL", "FORMULA" ]
    The type of a configured field.
  • Date when the record was last updated.
  • Minimum Length: 1
    Maximum Length: 100
    The view column name of a configured field.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : listValues
Type: array
The list of available values for a List type configured field.
Show Source
Nested Schema : localizedColumnDefinitions
Type: array
The list of column labels per locale for the configured field.
The configured field label you enter will be the default label for all locales. You can update the field label for each locale using the localizedColumnDefinitions. You will not need to re-enter the label for your locale in the array.
Show Source
Nested Schema : ApiEntityFlexListValue
Type: object
Title: ApiEntityFlexListValue
Show Source
Nested Schema : localizedListValues
Type: array
The unique identifier for the list value.
Show Source
Nested Schema : ApiEntityListValueNM
Type: object
Title: ApiEntityListValueNM
Show Source
Nested Schema : ApiEntityColumnDefinitionLocalization
Type: object
Title: ApiEntityColumnDefinitionLocalization
Show Source

404 Response

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