ActivityStepTemplate REST Endpoints

ActivityStepTemplate

Activity step templates enable you to define a group of steps common to multiple activities, and then assign the template to activities. Your organization may have several activities that repeat within a project or across projects. For example, every time you start a project, several specifications must be written and approved. Developing a specification is a multi-step process that never changes.

As an example, the "Write Specifications" activity could have the following steps:

  • Submit initial spec
  • Review initial spec
  • Revise initial spec
  • CFinal review
  • Final revision

These steps may apply to many or all "Write Specifications" activities in a project or across all projects. Rather than manually inputting these steps into each "Write Specifications" activity, you can create an activity step template containing these steps and assign the template to each applicable activity at once. One activity step template may contain several activity steps. Each activity template step is represented by the ActivityStepTemplateItem business object.

This is a read-only business object.

Create ActivityStepTemplates
Method: post
Path: /activityStepTemplate
Delete ActivityStepTemplates
Method: delete
Path: /activityStepTemplate
Read ActivityStepTemplates
Method: get
Path: /activityStepTemplate
Update ActivityStepTemplates
Method: put
Path: /activityStepTemplate
View ActivityStepTemplate Field Length
Method: get
Path: /activityStepTemplate/getFieldLength/{fieldName}
View ActivityStepTemplate fields
Method: get
Path: /activityStepTemplate/fields