Activity Settings

This resource allows you to retrieve and manipulate Activity settings.

Activity settings control the behavior of various aspects of the Activities system. Activity settings can be updated but cannot be created or deleted.

You can change an activity setting by updating either integerValue or booleanValue as appropriate.

Refer to the Activity Settings topic for example calls, a tutorial, and activity setting descriptions that are listed according to their name property.

Operations


Retrieve Activity Setting by ID
GET /v1/work/settings/{id}


Retrieve Activity Settings
POST /v1/work/settings/multi_read


Retrieve All Activity Settings
GET /v1/work/settings


Update Activity Setting by ID
PUT /v1/work/settings/{id}


Update Activity Settings
POST /v1/work/settings/multi_update