UserViewPreferenceDto
Response DTO for a user's view preference configuration
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique identifier within the tenant |
Unique identifier within the tenant | ||
| viewKey | string | The view this preference applies to (e.g. "dashboard") |
The view this preference applies to (e.g. "dashboard") | ||
| configJson | string | The JSON configuration for this view |
The JSON configuration for this view | ||
| createdDate | string | When the preference was created |
When the preference was created | ||
| updatedDate | string | When the preference was last updated |
When the preference was last updated | ||
JSON Example
{
"code": "string",
"viewKey": "string",
"configJson": "string",
"createdDate": "2024-01-01T00:00:00Z",
"updatedDate": "2024-01-01T00:00:00Z"
}