cURL
curl --request POST \ --url http://127.0.0.1:47334/v1/api/api/projects/{projectName}/views \ --header 'Content-Type: application/json' \ --data '{ "view": { "name": "<string>", "query": "<string>" } }'
[ { "name": "<string>", "query": "<string>" } ]
Creates a view from a SELECT statement.
The name of the project
View created
The response is of type object[].
object[]