This resource allows you to retrieve and manipulate Activity Profiles.
Activity profiles help to limit the amount of data that employees can select, such as forms and result codes.
-
If you create an activity profile to assign to individual people, all settings in the profile are applicable.
-
Variances are applied to the adjusted start and stop times of employee activity events only.
Refer to the Activity Profiles topic for example calls and a tutorial.
Operations
Create Activity Profile
POST /v1/work/activity_profiles
Create Activity Profiles
POST /v1/work/activity_profiles/multi_create
Delete Activity Profile by ID
DELETE /v1/work/activity_profiles/{id}
Delete Activity Profiles
POST /v1/work/activity_profiles/multi_delete
Retrieve Activity Profile by ID
GET /v1/work/activity_profiles/{id}
Retrieve Activity Profiles
POST /v1/work/activity_profiles/multi_read
Retrieve All Activity Profiles or by Name
GET /v1/work/activity_profiles
Update Activity Profile by ID
PUT /v1/work/activity_profiles/{id}
Update Activity Profiles
POST /v1/work/activity_profiles/multi_update