API Description | API Path |
---|---|
Returns the Views based on query criteria defined in ViewQueryParameters.If no query params are specified then all the views entitled for the user are returned. The views to which a user is entitled to include the views created by the user and the shared views. |
GET /global-manager/api/v1/ui-views
|
Creates a new View. |
POST /global-manager/api/v1/ui-views
|
Delete View |
DELETE /global-manager/api/v1/ui-views/<view-id>
|
Returns View InformationReturns Information about a specific View. |
GET /global-manager/api/v1/ui-views/<view-id>
|
Update View |
PUT /global-manager/api/v1/ui-views/<view-id>
|