Fibonacci Calculator
Fibonacci Calculator
1
ARCHITECTURE R11 RESTFUL WEB SERVICES
Windchill
List of Web Service Classes Codebase
(rest.properties)
Windchill Services
Version Persistenc
Identity WIP Core REST
Control e
Database
2
OBJECT SERVICE
Find Objects Returns a list of Windchill object ids that meet the specified query / GET
criteria
3
STRUCTURE SERVICE
Find Objects Returns a list of Windchill object ids that meet the specified query / GET
criteria
Get Descendants Gets child objects for a given Windchill object for multiple levels /{oid}/descendants GET
Get Ancestors Gets the parent objects for a given Windchill object for multiple /{oid}/ancestors GET
levels
Get Uses Summaries Gets child objects for a given Windchill object with link /{oid}/usesSummaries GET
information (supports multiple levels)
Get Used By Summaries Gets parent objects for a given Windchill object with link /{oid}/usedBySummaries GET
information (supports multiple levels)
4
VIEWABLE SERVICE
5
SAVED SEARCH SERVICE
Get Saved Search Get a saved search given its object identifier string /{oid} GET
Execute Saved Search Execute a saved search identified by its object identifier string /{oid}/results POST
6
DRAWING SERVICE
7
SWAGGER UI
• Accessing Swagger UI
– Enable site preference “Client Customization”
8
TESTING WITH SWAGGER UI