This resource allows you to create, read, delete, and manipulate custom data sources that are modeled after the common database concept of views. You can create a Dataview to pull together virtually any kind of data into a single view by selecting data elements from the Data Dictionary and applying a filter to one or more of those elements. Dataviews are often used to retrieve the same kinds of data multiple times, such as reusing a query, rather than for ad hoc data retrieval. A particular set of Dataviews, known as Gold Dataviews, are automatically loaded by the system. Dataview operations use the user profile, and a particular user gains access to a Dataview by means of a DataviewProfile, which has one or more associated Dataviews.
Operations
Create Administrator Dataview
POST /v1/commons/dataviews
Create Personalized Dataview
POST /v1/commons/dataviews/{id}/personalization
Delete Administrator Dataview by ID
DELETE /v1/commons/dataviews/{id}
Delete Personalized Dataview by ID
DELETE /v1/commons/dataviews/{id}/personalization
Retrieve Dataview by Criteria
POST /v1/commons/dataviews/multi_read
Retrieve Dataview by ID
GET /v1/commons/dataviews/{id}
Retrieve Dataviews
GET /v1/commons/dataviews
Update Administrator Dataview by ID
PUT /v1/commons/dataviews/{id}
Update Personalized Dataview by ID
PUT /v1/commons/dataviews/{id}/personalization