ActivityCode REST Endpoints
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: postPath:
/activityCode
- Delete ActivityCodes
- Method: deletePath:
/activityCode
- Read ActivityCodes
- Method: getPath:
/activityCode
- Update ActivityCodes
- Method: putPath:
/activityCode
- View Activity fields
- Method: getPath:
/activityCode/fields
- View ActivityCode Field Length
- Method: getPath:
/activityCode/getFieldLength/{fieldName}