Framework and General Capabilities
Windchill REST Services 12.0.2.22
Description
The following is the update to the WRS framework and general capabilities:
From Windchill 12.0.2.22 release onwards, in the Swagger API catalog, functions with parameters will be generated with aliases, that is, parameters must be passed as query parameters, for example, <param>=@'<value>' instead of path parameters (<param>='{<value>}') in the function. When you are passing String parameters, ensure that you are adding a single quote ( ' ) at the beginning and at the end of the string. This change only impacts the Swagger API catalog.
For more information, see the
API Catalog for Windchill REST Services Endpoints topic in the help center.
Related Information