View the applicable values for user preferences
get
/api/restapi/userPreferences/applicablePreferenceValues
Send a request to this endpoint to return the applicable values for the fields in user preferences.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityApplicablePreferenceValues>
Type:
array
Title:
Show Source
List<ApiEntityApplicablePreferenceValues>
-
Array of:
object ApiEntityApplicablePreferenceValues
Title:
ApiEntityApplicablePreferenceValues
Nested Schema : ApiEntityApplicablePreferenceValues
Type:
object
Title:
Show Source
ApiEntityApplicablePreferenceValues
-
applicableType: string
The type of user preference value.
-
applicableValues: array
applicableValues
The list of applicable values for the user preference.
Note: For userPreferenceType = DateFormat, applicableValues
0 denotes Month, Day, Year
1 denotes Day, Month, Year
2 denotes Year, Month, Day -
dependentPreference: string
The user preference on which this preference is dependent.
-
isDependentType: boolean
Indicates whether the user preference is dependent on another user preference.
-
maximumRange: string
The maximum allowed value for the given user preference.
-
minimumRange: string
The minimum allowed value for the given user preference.
-
userPreferenceType: string
Allowed Values:
[ "ActivitiesViewSettings", "ActivityNetworkSettings", "ReportsSummaryGridViewConfig", "DecimalPlaces", "NumberDecimalPlaces", "CurrencySymbol", "FourDigitYear", "LeadingZeros", "MonthName", "Separator", "DateFormat", "DigitGroupingSeparator", "DecimalSeparator", "DigitGroupingAndDecimalSymbols", "DigitGroupingStyle", "CurrencyNegativeFormat", "CurrencyPositiveFormat", "TabOrder", "AppVisibilityAndOrder", "ProjectCodesViewConfig", "ProfileImage", "ReportColWidth", "ReportScheduleColWidth", "ScheduleColWidth", "WorkspaceAndProjectDisplayFormat", "AnnouncementsLastReadTime", "LocationsViewConfig", "workflowTasksPrefs", "WorkflowViewLogViewConfig", "monitorWorkflowsPrefs", "startWorkflowsPrefs", "workflowDesignsPrefs", "workflowConfigsPrefs", "monitorWorkflowTasksPrefs", "formTemplatesPrefs", "formPreviewPrefs", "userDashboardPref", "SearchAll", "SearchWorkspaces", "SearchProjects", "SearchScopeItems", "SearchProjectCodes", "SearchGenericPortfolios", "SearchActivities", "SearchDocuments", "SearchUsers", "SearchRisks", "SearchIdeas", "SearchPrograms", "NumberResultsPerSearchResultsPage", "SpatialSearchDefaultUnits", "SpatialSearchDefaultDistance", "SpatialSearchAllProjectsKeywords", "TimeFormat", "DisplayTime", "StatusUpdateActivitySortOrder", "StatusUpdateActivitySortField", "StatusUpdateProjectFilter", "StatusUpdateProjectFilterArray", "StatusUpdateTaskStatusFilter", "StatusUpdateTimeframeFilter", "StatusUpdateWBSFilter", "StatusUpdateFromDateFilter", "StatusUpdateToDateFilter", "ScheduleCheckBeiTarget", "SmLayoutLatestView", "UserAppliedFilterIdList", "ShowMinutes", "DataDateInPageBanners", "ActualDateIndicator", "ConstraintDateIndicator", "ResourceAnalysisDataView", "ResourceAssignmentDataView", "DisplayUnits", "UnitsSubUnits", "UnitsLabel", "UnitsPerTimeFormat", "DisplayDuration", "DurationSubUnits", "DurationLabel", "WhenAssigningResourceToExistingActivity", "WhenResourceAndRoleShareActivityAssignment", "UnitsDecimalPlaces", "UnitsNumberDecimalPlaces", "DurationDecimalPlaces", "DurationNumberDecimalPlaces", "ImportClobberOptions", "HomeRecentsVisible", "UserFirstName", "UserLastName", "UserTitle", "UserLocale", "UserAlternateEmail", "UserPhoneNumber", "UserMobileNumber", "UserFaxNumber", "UserDisplayDensity", "UserTimeZone", "OnboardedForVersion", "WorkPlanGettingStartedShown", "CookiesAcknowledged", "PlaAccepted", "LastSearchIndexRequest", "displayScheduleLog", "LastAccessedWorkPackageId", "LastSearchIndexCompleted", "ExperimentalEnhancedPrint", "ExperimentalColumnMenu", "AutoSaveNamedViews" ]
The name of a user setting.
Nested Schema : applicableValues
Type:
array
The list of applicable values for the user preference.
Note: For userPreferenceType = DateFormat, applicableValues
0 denotes Month, Day, Year
1 denotes Day, Month, Year
2 denotes Year, Month, Day
Show Source
Note: For userPreferenceType = DateFormat, applicableValues
0 denotes Month, Day, Year
1 denotes Day, Month, Year
2 denotes Year, Month, Day