View Code Types by Associated Object

get

/api/restapi/codeType

This endpoint returns code types that meet the following requirements:
  • The object is associated with one or more object types that match the value of the {type} query parameter.

Request

Query Parameters
  • Code EntityType to get Code Types
    This is a required field.
    Allowed Values: [ "ACTIVITY", "COMMITMENT", "CONSTRAINT", "CONTRACT", "CUSTOM_LOG_ITEM", "FUND", "IDEA", "PBS", "PORTFOLIO", "PROGRAM", "PROJECT", "REPORT", "RESOURCE", "RFI", "RISK", "SCOPE_ASSIGNMENT", "SCOPE_ITEM", "STRATEGY", "SUBMITTAL", "TASKS", "WBS", "WORK_PACKAGE" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityCodeType>
Type: array
Title: List<ApiEntityCodeType>
Show Source
Nested Schema : ApiEntityCodeType
Type: object
Title: ApiEntityCodeType
Show Source
Nested Schema : assignments
Type: array
The list of code type assignments.
Show Source
Nested Schema : ApiEntityCodeEntityType
Type: object
Title: ApiEntityCodeEntityType
Show Source
  • codeType
    The unique identifier of a code type.
  • Maximum Length: 60
    Allowed Values: [ "ACTIVITY", "CONSTRAINT", "CUSTOM_LOG_ITEM", "DOCUMENT", "FUND", "IDEA", "PBS", "PORTFOLIO", "PROGRAM", "PROJECT", "REPORT", "RESOURCE", "RISK", "SCOPE_ASSIGNMENT", "SCOPE_ITEM", "STRATEGY", "TASKS", "WBS", "WORK_PACKAGE" ]
    Indicates the type of object the code is associated to.
  • Date when the record was last updated.
Nested Schema : codeType
The unique identifier of a code type.
Match All
Show Source

404 Response

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