Skip to main content
10-Marble
May 20, 2025
Question

How to get the PVZ file url?

  • May 20, 2025
  • 1 reply
  • 476 views

Hello @ThorstenMueller,

With reference to topic 

I was looking for a similar solution. I have gone through this article, what is the endpoint to get representation?

representationJSON = Things["ptc-windchill-OData-connector"].getRepresentiation({
 ID: defaultRepresentationdId /* STRING */
 });

Didn't find the getRepresentation  in the OData Connector? What's the OData endpoint to get representations?

 

When I try to fetch representations, it returns me creoview URL, something starts with creoview://?wcparams=
eeYjsdbbDJkada... but I'm looking for the actual pvz file url.

 

How to get the PVZ file url?


Thank you in advance!

1 reply

13-Aquamarine
May 20, 2025

Hi, 

 

There is a WRS Services Endpoint called getPVZ, as mentioned in the original post. It's in the Visualization domain.

Depending on the configuration of you Connector you could directly call (if the domain is configured in your configuration) or you could try and use a call like parts or caddocuments and use odata Navigation to navigate to the representation. And getPVZ.

 

Kind regards 

Thorsten 

Community Moderator
May 27, 2025

Hello @AK_10385731

 

It looks like you have a response on your topic. If it helped you solve your question please mark the reply as the Accepted Solution. 
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Vivek N.
Community Moderation Team.