ListMaterializedViews
Updated at:
Copy as MD
Lists materialized views.
Try it now
Test
RAM authorization
Request syntax
GET /materializedviews HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
No |
|
|
| name |
string |
No |
|
|
| offset |
integer |
No |
|
|
| size |
integer |
No |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
| count |
integer |
|
|
| total |
integer |
|
|
| materializedViews |
array |
|
|
|
string |
|
Examples
Success response
JSON format
{
"count": 0,
"total": 0,
"materializedViews": [
""
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?