|
Starting with Windchill REST Services 2.6, the domain the API versions 1, 2, 3, 4, and 5 and their endpoints are deprecated and will be removed in a future release of Windchill REST Services.
|
Items
|
OData Entities
|
Description
|
||
Problem report
|
ProblemReport
|
The ProblemReport entity represents the version of a problem report. In Windchill, the WTChangeIssue and WTChangeIssueMaster classes are used to work with versions of a problem report.
|
||
Variance
|
Variance
|
The Variance entity represents the version of a variance. In Windchill, the WTVariance and WTVarianceMaster classes are used to work with versions of a variance.
|
||
Change request
|
ChangeRequest
|
The ChangeRequest entity represents the version of a change request. In Windchill, the WTChangeRequest2 and WTChangeRequest2Master classes are used to work with versions of a change request.
|
||
Change notice
|
ChangeNotice
|
The ChangeNotice entity represents the version of a change notice. In Windchill, the WTChangeOrder2 and WTChangeOrder2Master classes are used to work with versions of a problem report.
Use the navigation property ImplementationPlan to retrieve implementation plans associated with the change notice.
The estimated start date and actual start date attributes are included in the change notice entity. You can sort (using $orderby) or filter (using $filter) on either of these attributes.
|
||
Change task
|
ChangeTask
|
The ChangeTask entity represents a version of the change task.
Change tasks are work instructions that are associated with change notices.
In Windchill, the WTChangeActivity2 and WTChangeActivity2Master classes are used to work with versions of a change task.
|
||
Associated process links
|
ProcessLinks
|
The ProcessLinks entity represents process links between a change object and its associated change objects.
A process link contains only the description attribute and provides information about the attribute.
|
||
Associated reference links
|
ReferenceLinks
|
The ReferenceLinks entity represents reference links between a change object and its associated change objects.
A reference link contains only the description attribute and provides information about the attribute.
|
||
Associated Process Objects
|
ProcessObjects
|
The ProcessObjects entity represents associated change objects with parent and child relationships for the given change object.
|
||
Associated reference objects
|
ReferenceObjects
|
The ReferenceObjects entity represents associated reference objects with parent and child relationships for the given change object. These are references to other change objects.
|
||
Pending Effectivity
|
PendingEffectivity
|
The PendingEffectivity entity represents the set of pending effectivities that are assigned to resulting objects for the given change task.
|
|
The navigation property type for ChangeAdministratorI on the ChangeNotice, ChangeRequest, ProblemReport, and Variance entity types is changed from Collection(PTC.PrincipalMgmt.User) to Collection(PTC.PrincipalMgmt.Principal).
|
|
The navigation property type for ChangeAdministratorII on the ChangeNotice, ChangeRequest, ProblemReport, and Variance entity types is changed from Collection(PTC.PrincipalMgmt.User) to Collection(PTC.PrincipalMgmt.Principal).
|
|
The ProcessLinks navigation property is removed from the ChangeItem entity type; the navigation property is added to the ChangeIssue, ChangeOrder, and GenericChangeRequest entity types.
|
|
The ReferenceLinks navigation property is removed from the ChangeItem entity type; the navigation property is added to the ChangeIssue, ChangeOrder, and GenericChangeRequest entity types.
|