ModifyListViewRequestType

ModifyListViewRequestType
ModifyListViewRequestType

The parameters of ModifyListView.

JSON Example
{
    "add": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "remove": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
add
Optional

Optional list of objects to add to the view.

Required privileges: System.View

remove
Optional

Optional list of objects to remove from the view.

Required privileges: System.View