View All User Preferences
get
/primeapi/restapi/userPreferences/allUserSettings
This endpoint returns all user preferences.
Request
There are no request parameters for this operation.
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.
204 Response
Successful operation with no content.