Retrieving Change Notices
This example shows you how to retrieve change notices. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeNotices
To retrieve a specific change notice, use the following GET request:
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeNotices('OR:wt.change2.WTChangeOrder2:234109')
URI with Expand on ImplementationPlan
GET /Windchill/servlet/odata/ChangeMgmt/ChangeNotices('OR:wt.change2.WTChangeOrder2:234109')?$expand=ImplementationPlan
È stato utile?