cURL
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/views
[ { "name": "<string>", "query": "<string>" } ]
The name of the project
A JSON object with view names
SELECT query used to create the view
Was this page helpful?