ODATA REST Endpoints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
