Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC View Management Domain > Retrieving the Selected Properties for Views
  
Retrieving the Selected Properties for Views
This example shows you how to retrieve the selected properties for the views. Use the $select query option as shown below to get the Views with a specified set of View properties.
Get Name, ParentName and Level for all Views:
URI
GET /Windchill/servlet/odata/ViewMgmt/Views?$select=Name,ParentName,Level