Querying the Effectivity Contexts Using a Filter
The following examples show you how to query effectivity contexts using a filter on the ID property. Use the following GET requests.
URI
GET /Windchill/servlet/odata/EffectvityMgmt/PartEffectivityContexts?$filter=(ID eq ‘OR:wt.part.WTPartMaster:106368’ or ID eq ‘OR:wt.part.WTPartMaster:106720)&$select=Identity
URI
GET /Windchill/servlet/odata/EffectvityMgmt/PartEffectivityContexts?$filter=(ID eq ‘OR:wt.part.WTPartMaster:106368’ or Number eq ‘GC000003’)&$select=Identity
URI
GET /Windchill/servlet/odata/EffectvityMgmt/PartEffectivityContexts?$filter=ID ne ‘OR:wt.part.WTPartMaster:106368’&$select=Identity&$orderby=Identity&$top=25&$count=true
URI
GET /Windchill/servlet/odata/EffectvityMgmt/PartEffectivityContexts?$filter=ID ne ‘OR:wt.part.WTPartMaster:106368’&$select=Identity&$orderby=Identity&$skip=25&$top=25&$count=true