cURL
curl --request POST \ --url http://127.0.0.1:47334/api/projects/{projectName}/views \ --header 'Content-Type: application/json' \ --data '{ "view": { "name": "<string>", "query": "<string>" } }'
[ { "name": "<string>", "query": "<string>" } ]
The name of the project
Show child attributes
View created
SELECT query used to create the view
Was this page helpful?