What’s New > Windchill > 11.1 F000 > End User > Windchill REST Services: REST APIs
  
Windchill REST Services: REST APIs
Product: Windchill
Release: 11.1 F000
Benefit
Provides OData web services for Parts and Documents
Additional Details
The Windchill REST Services module is available in this release. This module provides OData web services for Parts and Documents. RESTful clients can call these services. Developers can extend these services or add their own services.
The module comprises of a framework and a set of PTC domains.
The framework allows configuration of domains and entities backed by Windchill objects.
The framework processes the HTTP requests POST, GET, PATCH and DELETE made to entities. It creates, reads, updates and deletes Windchill persistables mapped to entities.
PTC domains available are for specific functional areas of Windchill such as Product Management and Document Management.
The Product Management domain enables the RESTful clients to create, read, update, and delete parts and BOMs. The domain also supports check-out and check-in operations for parts.
The Document Management domain enables the RESTful clients to create, read, update, and delete documents. The domain also supports content upload and download operations on documents.
Refer to Windchill REST Services User’s Guide for more information.