Initializing help system before first use

view

Type: view
Namespace: http://fico.com/xpress/insight/rest/v1

A view, used to present projects or scenarios.

Example JSON

{ "viewType" : "WEB", "projectId" : "...", "defaultView" : false, "authorities" : [ "...", ... ], "path" : "...", "tableauWorkbookName" : "...", "tableauWorkbookId" : "...", "tableauViewId" : "...", "emptySelectionDefault" : false, "lastModified" : ..., "requiresScenariosLoaded" : false, "viewGroupName" : "...", "tableauGlobalFilterNames" : [ "...", ... ], "tableauParameters" : [ { "name" : "...", "displayLabel" : "...", "entity" : "..." }, ... ], "ownerId" : "...", "shareStatus" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "project" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }