/dataviews/{name}
This resource is available only to principals with these entitlements: "ROLE_READ_DATAVIEW" "ROLE_BROKER_ADMIN"
Mount Point: /auth/api/v1/dataviews/{name}/
GET
This operation is available only to principals with these entitlements: "ROLE_READ_DATAVIEW" "ROLE_BROKER_ADMIN"
Retrieve a specified data view.
Parameters
name | description | type | default |
---|---|---|---|
name | The name of the data view to be retrieved. | path |
Response Body
element: | (custom) |
media types: | application/json |
The specified data view.
Status Codes
code | description |
---|---|
200 | Success |
404 | No such object |