This resource allows you to create, read, delete, and manipulate profiles that control which Dataviews users are allowed to view and the ways in which Dataviews are used.
Operations
Create Dataview Profile
POST /v1/commons/dataview_profiles
Delete Dataview Profile by ID
DELETE /v1/commons/dataview_profiles/{id}
Retrieve All Dataview Profiles
GET /v1/commons/dataview_profiles
Retrieve Dataview Profile by ID
GET /v1/commons/dataview_profiles/{id}
Retrieve Dataview Profiles
POST /v1/commons/dataview_profiles/multi_read
Update Dataview Profile by ID
PUT /v1/commons/dataview_profiles/{id}