ViewList

ViewList
ViewList

Represents a list of views.

JSON Example
{
    "views": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "exclude_roles": "string",
            "include_roles": "string",
            "shared": false,
            "weight": 0,
            "widgets": [
                {
                    "alignment": "string",
                    "label": {
                        "condition": "string",
                        "hover": false,
                        "icons": [
                            {
                                "placement": "string",
                                "tooltip": [
                                    {
                                        "condition": "string",
                                        "heading": false,
                                        "text": "string"
                                    }
                                ],
                                "type": "string"
                            }
                        ],
                        "navigation": "string",
                        "text": "string"
                    },
                    "separator": false,
                    "weight": 0,
                    "widget_id": "string"
                }
            ]
        }
    ]
}
array of View
views
Optional

Array of views

Returned By