This resource allows you to retrieve and manipulate Activity form profiles.
Form profiles are a way to organize the forms that you want a group of employees to be able to access. You specify a form profile when you define the activity profile, and then you assign the activity profile to an employee.
The system provides the following pre-defined form profiles:
-
All Forms
-
Empty Profile
All employees are assigned an "Empty Profile" by default.
Refer to the Activity Form Profiles topic for example calls and a tutorial.
Operations
Create Form Profile
POST /v1/work/form_profiles
Create Form Profiles
POST /v1/work/form_profiles/multi_create
Delete Form Profile by ID
DELETE /v1/work/form_profiles/{id}
Delete Form Profiles
POST /v1/work/form_profiles/multi_delete
Retrieve All Form Profiles or by Name
GET /v1/work/form_profiles
Retrieve Form Profile by ID
GET /v1/work/form_profiles/{id}
Retrieve Form Profiles
POST /v1/work/form_profiles/multi_read
Update Form Profile by ID
PUT /v1/work/form_profiles/{id}
Update Form Profiles
POST /v1/work/form_profiles/multi_update