Accessing the Primavera data using Primavera Integration API and a python script

2.3k Views Asked by At

I want to develop a python script to retrieve data from the Primavera API for my firm. I do not have any idea where to start.I saw a couple of articles where getting data from API's was fairly simple task using few lines of python code. However this doesn't seem to be the case here. Can anyone please help!

1

There are 1 best solutions below

4
primavera-expert On

Primavera P6 API uses Java, so you have 3 choices:

  1. Use Python Java bridge
  2. Write the code in Java
  3. Use Python to connect to Primavera P6 Web Services (another Primavera integration technology)