action-items

Get Actions Preferences

The caller's saved default view of the Actions page; defaults if never set.

get/api/v1/action-items/preferences

Response

Successful Response

channel'voice' | 'text' | 'email'
status'open' | 'resolved'
range'7d' | '30d' | '90d' | 'all'

How far back the Actions page looks.

A closed set rather than a free string, so the client's list and the stored preference cannot drift apart. SEVEN_DAYS is the default: ACTION_ITEM_MAX_AGE is seven days, so a week is the complete set of actions the backend will create.

Changes