UserPreferenceViewCreateRequest
UserPreferenceViewCreateRequest
This object represent user-prefernce create object.
JSON Example
{
"assign_to": [
"Operator"
],
"name": "Notification Log view",
"description": "Detailed description about the user-preference",
"parent_id": "string",
"data": {}
}
array of string
assign_to
Optional
The view is assigned to which ROLE. This field won't hold any value for now and kept it for future use.
string
name
Required
Display name for the view.
string
description
Optional
This is default notification log view.
string
parent_id
Required
Parent id of the console. In case of the root, value would be null.
object
data
Optional
This will contain all UI specific user-preference details. This is free object and can contain any thing UI wants to store.