Skip to main content
1-Visitor
May 5, 2022
Solved

How to retrieve Windchill files via ThingWorx Flow

  • May 5, 2022
  • 1 reply
  • 1348 views

Hi Marek, 

 

I am doing something similar to retrieve documents. Everything runs without errors but I don't know how actually get the document. I just get some weird paths in the output window but don't know where to find the document. Any suggestions?

Best answer by MarekP.Nowaczyk

Hi Vladimir,

 

Regarding the output you are getting, you calling REST API in Windchill so the input and output is defined in the API not ThingWorx. You should review the API you calling to understand what it returns and if its not what you expect or want maybe find different one. Windchill documentation may help to find more details.

1 reply

24-Ruby III
May 6, 2022

@MarekP.Nowaczyk 

15-Moonstone
May 11, 2022

Hi Vladimir,

 

Regarding the output you are getting, you calling REST API in Windchill so the input and output is defined in the API not ThingWorx. You should review the API you calling to understand what it returns and if its not what you expect or want maybe find different one. Windchill documentation may help to find more details.

24-Ruby III
May 11, 2022

Thank you, Marek!