Retrieving Effectivity Contexts
This example shows you how to retrieve effectivity contexts. Use the following GET request.
URI
GET /Windchill/servlet/odata/EffectivityMgmt/PartEffectivityContexts HTTP/1.1
URI to Retrieve a Specific Effectivity Context
This example shows you how to retrieve a specific effectivity context. Use the following GET request.
URI
GET /Windchill/servlet/odata/EffectivityMgmt/PartEffectivityContexts('OR:wt.part.WTPartMaster:156014') HTTP/1.1
URI to Retrieve the Organization of an Effectivity Context
This example shows you how to retrieve the organization of an effectivity context. Use the following GET request.
URI
GET /Windchill/servlet/odata/EffectivityMgmt/PartEffectivityContexts('OR:wt.part.WTPartMaster:156014')?$expand=Organization HTTP/1.1