Get
/my-preferences
Get UI user preferences (including search history) of the authorized user.
Security
HTTP
Type bearer
Responses
200
Admin UI User Preferences.
object
Preferences and search history in an unspecified key/value format.
Min length1
Max length10000
Example{
"searchHistory": [
"search term 1",
"search term 2",
"search term 3"
],
"preferences": {
"theme": "dark"
}
}
401
Token error. Login again.
object
Generic HTTP error.
id
string
Machine readable error code.
message
string
Human readable error details.
404
The requested resource can not be found.
object
Generic HTTP error.
id
string
Machine readable error code.
message
string
Human readable error details.
406
Invalid 'Accept' header.
object
Generic HTTP error.
id
string
Machine readable error code.
message
string
Human readable error details.
500
Unexpected server side error.
object
Generic HTTP error.
id
string
Machine readable error code.
message
string
Human readable error details.