ActivityCode REST Endpoints

ActivityCode

Activity codes are user-defined codes to classify and categorize activities according to the organization's and project's needs. They can be defined by project as well as globally across all projects. Activity codes are hierarchical objects.

For example, if your organization has more than one location, you can create a Location code type with values such as New York, Los Angeles, and Chicago. You can then associate activities with a specific location, such as New York.

You can define three types of activity codes, global activity codes, EPS activity codes, and project activity codes. You can assign global activity codes and values to activities in all projects. You can assign EPS activity codes and values to activities only in projects in the EPS for which the codes were created. You can assign project activity codes and values to activities only in the project for which the codes were created. Each activity code can have an unlimited number of values.

Create ActivityCodes
Method: post
Path: /activityCode
Delete ActivityCodes
Method: delete
Path: /activityCode
Read ActivityCodes
Method: get
Path: /activityCode
Update ActivityCodes
Method: put
Path: /activityCode
View Activity fields
Method: get
Path: /activityCode/fields
View ActivityCode Field Length
Method: get
Path: /activityCode/getFieldLength/{fieldName}