/dataviews/{name}
Mount Point: /auth/api/v1/dataviews/{name}/
GET
Retrieve a specified data view.
Parameters
name | description | type | default |
---|---|---|---|
name | The name of the data view to be retrieved. | path |
Response Body
result: | dataView |
media types: | application/json |
The specified data view.
Status Codes
code | description |
---|---|
200 | Success |
404 | No such object |