View User Preferences
get
/primeapi/restapi/userPreferences/{id}
This endpoint returns user preferences that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identfier of user preferences.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityApplicationUserSetting
Type:
Show Source
object
-
applicationUserId(optional):
integer(int64)
The unique identifier of a user's settings.
-
applicationUserSettingId(optional):
integer(int64)
The unique identifier of a user's settings.
-
link(optional):
string(url)
Read Only:
true
-
namespace(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The namespace to which a user is assigned. -
settingName(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The name of a user setting. -
settingValue(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The value of a user setting. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
404 Response
The requested user preferences object does not exist or you do not have access to it.