Activity Results Templates

This resource allows you to retrieve and manipulate Activity results templates.

Activity Results Templates provide templates for collecting the results of activities performed by employees. When stopping an activity, employees will be prompted for results when an activity results template has been associated with that activity.

Note: Activity Results Templates can be configured to have up to two levels. When an employee stops an activity configured with a two level activity results template, they will be prompted to enter results for the activity at the first level and will then be prompted to enter additional results at the second level based on the results that were entered at the first level.

Refer to the Activity Results Templates topic for example calls and a tutorial.

Operations


Create Results Template
POST /v1/work/results_templates


Create Results Templates
POST /v1/work/results_templates/multi_create


Delete Results Template by ID
DELETE /v1/work/results_templates/{id}


Delete Results Templates
POST /v1/work/results_templates/multi_delete


Retrieve All Results Templates or by Name
GET /v1/work/results_templates


Retrieve Results Template by ID
GET /v1/work/results_templates/{id}


Retrieve Results Templates
POST /v1/work/results_templates/multi_read


Update Results Template by ID
PUT /v1/work/results_templates/{id}


Update Results Templates
POST /v1/work/results_templates/multi_update