Code Value REST Endpoints

Code Value
Use the Code Value service to create, view, update, and delete code values. Codes are user-defined data used to oraganize and filter objects. Codes are defined as combinations of types and values. For example, you can define a "Priority" code type that contains text values, and create a set of potential values for the type for use across projects.
Batch Create Code Values
Method: post
Path: /primeapi/restapi/codeValue/batch
Batch Delete Code Values
Method: delete
Path: /primeapi/restapi/codeValue/batch
Batch Update Code Values
Method: put
Path: /primeapi/restapi/codeValue/batch
Create a Code Value
Method: post
Path: /primeapi/restapi/codeValue
Delete a Code Value
Method: delete
Path: /primeapi/restapi/codeValue/{id}
Update a Code Value
Method: put
Path: /primeapi/restapi/codeValue
View a Code Value
Method: get
Path: /primeapi/restapi/codeValue/{id}
View All Child Code Values in a Code Value Hierarchy
Method: get
Path: /primeapi/restapi/codeValue/{id}/childrenHierarchy
View Code Value by Code Type and Workspace
Method: get
Path: /primeapi/restapi/codeValue/workspaceId/{workspaceId}/codeTypeId/{codeTypeId}
View Code Values by Code Type
Method: get
Path: /primeapi/restapi/codeValue/codeType/{id}
View Code Values by Code Type and Code
Method: get
Path: /primeapi/restapi/codeValue/code/{code}/codeType/{id}
View Code Values by Code Type Name
Method: get
Path: /primeapi/restapi/codeValue/codeType/name/{name}