| Description | : Lists all views by tenant and object. |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.CostManagement/views
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
displayName:
string
,
scope:
string
,
createdOn:
string
,
modifiedOn:
string
,
query:
{
,
type:
enum
,
timeframe:
enum
,
timePeriod:
{
,
from:
string
,
to:
string
,
}
dataset:
}
{
,
granularity:
enum
,
configuration:
{
,
columns:
}
[
,
string
,
]
aggregation:
object
,
grouping:
[
]
,
{
,
type:
enum
,
name:
string
,
}
sorting:
[
]
,
{
,
direction:
enum
,
name:
string
,
}
filter:
}
{
,
and:
[
,
string
,
]
or:
[
,
string
,
]
not:
string
,
dimension:
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
tag:
}
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
chart:
enum
,
accumulated:
enum
,
metric:
enum
,
kpis:
[
]
,
{
,
type:
enum
,
id:
string
,
enabled:
boolean
,
}
pivots:
}
[
]
,
{
,
type:
enum
,
name:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}