Skip to main content

UserUIPrefsResult

The result of a /ui_prefs/ui_prefs GET request.

PagedTable object

The user's preferences for the Paged Table component.

itemsPerPage object

The user's preference for the number of items to display per page.

The keys are the component or page in question and the value is the number of items to display per page, as a string.

property name*string
Example: dashboard-approvals-table
SheetSummaryView object
decimalTimeFormatboolean

Indicates whether the user prefers to display time in decimal format.

Example: true
expandLevelsstring

The number of nested Entry Code levels to expand in the summary entry view. E.g. Project -> Activity -> Bill Type -> Pay Type

Example: 0
viewModestring

The user's preference for the view mode of the summary entry view, either showing organized around comments or dates.

Possible values: [comments, dates]

Example: comments
UserUIPrefsResult
{
"PagedTable": {
"itemsPerPage": {}
},
"SheetSummaryView": {
"decimalTimeFormat": true,
"expandLevels": "0",
"viewMode": "comments"
}
}