Skip to main content

view

Permissions for View

{
"_id":"ObjectID", //(Primary key)
"appId": "string", // Application ID
"roleId": "string", // Role ID
"sheetId":"string", // Worksheet ID
"viewId":"string", // View ID
"notRead":"bool", // Whether the view is not visible
"notEdit":"bool", // Wheher the view is not editable
"canRemove":"bool", // Whether the view can be deleted
}