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-tableSheetSummaryView object
decimalTimeFormatboolean
Indicates whether the user prefers to display time in decimal format.
Example:
trueexpandLevelsstring
The number of nested Entry Code levels to expand in the summary entry view. E.g. Project -> Activity -> Bill Type -> Pay Type
Example:
0viewModestring
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:
commentsUserUIPrefsResult
{
"PagedTable": {
"itemsPerPage": {}
},
"SheetSummaryView": {
"decimalTimeFormat": true,
"expandLevels": "0",
"viewMode": "comments"
}
}