Skip to main content
1-Visitor
June 3, 2019
Solved

ODATA REST Endpoints

  • June 3, 2019
  • 2 replies
  • 4448 views

Hi all,

I am trying to see if there are ODATA REST endpoints for ProjectLink for Windchill, is it possible? if yes how?

Many Thanks.

 

-Patrick 

Best answer by amarsingh

As of Windchill REST Services (WRS) 1.5, there is no OOTP domain for ProjectLink. However, you can add/configure it as a custom domain.

2 replies

5-Regular Member
June 4, 2019

There is no REST API for ProjectLink now.

You can validate available domains with an API catalog for WRS endpoints is now available from the Windchill 11.2.0.0 client customization documentation page

12-Amethyst
June 6, 2019

API catalog for WRS endpoints at client customization documentation page does not contain all the endpoints available. It contains only endpoints defined at folder path <WT_HOME>/codebase/src/rest/ptc/doc. Moreover, it will show you up to 3 levels of navigation level. The complete list of endpoint available can be found at URL <Windchill>:<port>/Windchill/servlet/odata/<domain>/$metadata.

 

As of Windchill REST Services (WRS) 1.5, there is no OOTP domain for ProjectLink. However, you can add/configure it as a custom domain.

5-Regular Member
June 6, 2019

Path should be without src: <WT_HOME>/codebase/rest/ptc/doc

You can change a navigationLevel parameter in <WT_HOME>/codebase/rest/ptc/doc/config.*json  "navigationLevel" : 1, the maximum value is 3, overwise you get performance issue, may be need MethodServer restart.

 

 

 

amarsingh12-AmethystAnswer
12-Amethyst
June 6, 2019

As of Windchill REST Services (WRS) 1.5, there is no OOTP domain for ProjectLink. However, you can add/configure it as a custom domain.