Skip to main content
1-Visitor
July 19, 2021
Question

How to extract data from ptc Integrity using API

  • July 19, 2021
  • 1 reply
  • 2428 views

I want to automate some task in order to have excel files in a folder. I am using PTC Integrity LM Client and I have no idea how to get my data. I saw that we can use the java API but I don't know how to do it at all. Being new to PTC, Anyone could give me the steps to do so that I can get my data? 

Thank you for your support.

1 reply

14-Alexandrite
July 21, 2021

Hi @RN_9991146 ,

 

Could you please elaborate your use case, what actually you are looking for?

 

Vielen Dank / Many Thanks,

Kapil Jain

1-Visitor
July 21, 2021

Hi @kjain2 ,

Thanks for your replay. 

I want to create one script that will open the windows application and use that application to perform some tasks.

I have listed out the activity that I want to automate below:

Application is PTC integrity. It is linked with database server that has lot of files in it which have unique ID. So I need to use ID to open the document and export it.

These are the Steps:

- Open the application.
- Select a document using ID
- Open this document
- Full delete trace
- Update trace
- Export the document to some specific format xls for example.

I saw that Command line interface (CLI) can be also use but I don't know which command used to do these tasks.

Many Thanks,

Nas R