Skip to main content
1-Visitor
October 4, 2019
Question

How to search for several server objects?

  • October 4, 2019
  • 1 reply
  • 1384 views

Hi there,

I need to search for several server objects by asterisk, e. g.: test_*.prt, using OTK Java (free).

 

I know that there is the method pfcServer.Server.GetAliasedUrl but I can only search for single objects by specifying the complete filename.

 

Do you have any idea how to obtain a list of search results?

 

Best regards

Michael

1 reply

17-Peridot
October 9, 2019

I think, using only Creo API this is not possible.

 

Maybe, Windchill REST Services will help. Theoretically you can send GET request to windchill and receive a list of objects.

MichelH1-VisitorAuthor
1-Visitor
October 10, 2019

Hi ysinitsyn,

thank you for your input! This sounds promising - I will look into it.

 

Best regards

Michael