Retrieving All Views
This example shows you how to retrieve the views. Use the following GET request.
URI
GET /Windchill/servlet/odata/ViewMgmt/Views
The response is as follows:
{
"value": [
{
"CreatedOn": "2022-08-02T18:54:06Z",
"ID": "OR:wt.vc.views.View:42769",
"LastModified": "2022-08-02T18:54:06Z",
"Level": 0,
"Name": "Design",
"ParentName": null
},
{
"CreatedOn": "2022-08-02T18:54:06Z",
"ID": "OR:wt.vc.views.View:42770",
"LastModified": "2022-08-02T18:54:06Z",
"Level": 1,
"Name": "Manufacturing",
"ParentName": "Design"
} ],
"@PTC.AppliedContainerContext.LocalTimeZone": "GMT"
}
これは役に立ちましたか?