Activity Forms

This resource allows you to retrieve Activity forms. Activity forms are the mechanism through which most employees submit activity data to the system.

Activity forms contain field definitions that define the prompts for the form. Each form is associated with a form type that tells the system how to process the information in the form.

Some form types have a pre-defined form with a standard set of field definitions. You can use pre-defined forms or create a copy of a form to collect information specific to your business.

Note: This API resource allows you to indicate which fields you want to be required, optional, read-only, or hidden. When you create new forms, take note of the fields specified as “Required” in the pre-defined forms as guidance for creating useful forms.

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

Operations


Create Activity Form
POST /v1/work/forms


Create Activity Forms
POST /v1/work/forms/multi_create


Delete Activity Form by ID
DELETE /v1/work/forms/{id}


Delete Activity Forms
POST /v1/work/forms/multi_delete


Retrieve Activity Form by ID
GET /v1/work/forms/{id}


Retrieve Activity Forms
POST /v1/work/forms/multi_read


Retrieve All Activity Forms or by Name
GET /v1/work/forms


Update Activity Form by ID
PUT /v1/work/forms/{id}


Update Activity Forms
POST /v1/work/forms/multi_update