home > API > [/server/views] > |
request url |
https://[SERVER]:[PORT]/server/views[?PARAMETER1=value[&...]] |
short description |
Returns the list of global and local views. |
long description |
|
parameters |
name |
type |
description |
complete |
boolean |
(Optional) If 1 then all global and local views otherwise all global views but only local views defined by the current user are listed (default is 0). |
show_definition |
boolean |
(Optional) If 1 then the view definition is returned (default is 0). |
show_permission |
boolean |
(Optional) If 1 then additional information about the user's permission on view is returned (default is 0) |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
|
result |
# |
name |
type |
description |
0 |
database |
identifier |
Identifier of the database |
1 |
cube |
identifier |
Identifier of the cube |
2 |
user |
string |
Name of the user (empty for global views) |
3 |
guid_view |
string |
Guid of the view |
4 |
name_view |
string |
Name of the view |
5 |
description |
string |
Description of the view |
6 |
friendly_name |
string |
Friendly name of the view |
7 |
timestamp |
string |
Creation time of the view |
8 |
defintition |
string |
Definition of the view |
9 |
permission |
string |
User's permission on view, maximum over all groups/roles ("N", "R", "W", "D") |
|
examples |
|
further information |
|