cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

ODATA REST Endpoints

pa2t
6-Contributor

ODATA REST Endpoints

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 

1 ACCEPTED SOLUTION

Accepted Solutions
amarsingh
9-Granite
(To:pa2t)

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.

View solution in original post

5 REPLIES 5

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

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.

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.

 

 

 

Ivan

Thanks for this info. We also had an incident when a simple API GET caused a DOS. Would you consider raising a ticket on this please? In the meantime I will only work on our QA server, not Prod!

Rick

amarsingh
9-Granite
(To:pa2t)

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.

Top Tags