API Docs / Schemas / UserViewPreferenceDto

UserViewPreferenceDto

Response DTO for a user's view preference configuration

Properties

Name Type Description
codestring

Unique identifier within the tenant

Unique identifier within the tenant

viewKeystring

The view this preference applies to (e.g. "dashboard")

The view this preference applies to (e.g. "dashboard")

configJsonstring

The JSON configuration for this view

The JSON configuration for this view

createdDatestring

When the preference was created

When the preference was created

updatedDatestring

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"
}

Used By Operations