ViewAttributes

Attributes of the ViewAttributes type

Attributes for creating and updating a view

{
  "name": "",
  "obj": "",
  "conditions": "",
  "columns": "",
  "isDefault": true,
  "sortBy": "",
  "sortOrder": ""
}
Name
Type
Description

name

String

Name of the view

obj

String

The object this view operates on

conditions

String

YAML-formatted conditions

columns

String

Comma-separated list of columns names

isDefault

Boolean

True if this view is to be shown by default on the page

sortBy

String

Field the table is sorted by

sortOrder

String

Sort order of the table

Last updated

Was this helpful?