Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Related to this post.
I'm also looking for this. Did you find anything? Thanks in advance.
Solved! Go to Solution.
Hi @CM_10339207
You found it.
The page is server/Windchill/netmarkets/html/wrs/doc.html
This is the documentation for REST services where you can test it.
PetrH
Hi @HelesicPetr thanks for your interest and sorry for the confusion. My post was a reply to a comment in another post. I know I can access the REST API Swagger under Windchill/netmarkets/jsp/restapi/index.html#/.
However, this swagger is only for the endpoints exposed in /Windchill/servlet/rest when I actually use /Windchill/servlet/odata. So I was asking if there is a similar swagger for the odata endpoints.
After asking that question, the best I've found is: /Windchill/netmarkets/html/wrs/odata-to-swagger.jsp?v=2&d=ClfStructure where d changes depending on the endpoint we want to see. The output is 'raw data' on the browser like this:
Still, with some effort this might be enough. If anyone has a better solution, please let me know.
Hi @CM_10339207
You found it.
The page is server/Windchill/netmarkets/html/wrs/doc.html
This is the documentation for REST services where you can test it.
PetrH
Yes it is !
But we seem to have some config/access problem in our server.
Thanks.