PTC Common Domain
PTC Common (PTC) domain provides access to entities that are common to multiple domains. It is recommended to store common entities in this domain. The domain also provides complex types and functions that are used in other domains.
The following table lists the significant OData entities available in the PTC Common domain. To see all the OData entities available in the PTC Common domain, refer to the EDM of the domain. The domain EDM is available at the metadata URL.
Items
OData Entities
Description
Content file associated to a business document
ContentItem
The ContentItem entity provides a generic view of the content that is associated to a business document. More specialized entities are derived from ContentItem are ExternalStoredData, ApplicationData, and URLData.
You can use PATCH requests to update the Comments and Description properties. In the body of the PATCH request, specify the values for the attributes.
Content stored in an external location
ExternalStoredData
The ExternalStoredData entity provides a specialized view of an externally stored ContentItem, which is stored in a document
A URL that is stored in a business document
URLData
The URLData entity provides a specialized view of the URL ContentItem that is stored in a document
Content stored in Windchill application
ApplicationData
The ApplicationData entity provides a specialized view of the content stored by the Windchill application.
Windchill Objects
WindchillEntity
Some of the Windchill objects types are not available in Windchill REST Services. All the object types that are not available in Windchill REST Services are represented as WindchillEntity.
WindchillEntity returns only the ID, created by, and last modified by, attributes for these objects.
If you want to return Windchill objects that are not available in Windchill REST Services, use this entity to represent such objects.
The object types, which are available in Windchill REST Services, are automatically mapped to the relevant entity type.
In addition to the entities, this domain also contains the following complex types which represent:
QuantityOfMeasureType—Real number with unit data type in Windchill.
Hyperlink—URL data type in Windchill.
Icon—Icon in Windchill.
EnumType—Attributes that are enumerated types in Windchill or attributes that have type constraints defined.
ClassificationInfo—Classification binding attribute.
ClassificationAttribute—Classifications attributes.
EntityMetaInfo—Windchill metadata information for entity types.
PropertyMetaInfo—Windchill metadata information for properties.