Python API / Project Status

Solved!
rmoore
Python API / Project Status

Is there any way to retrieve the project status field using the Python API. It does not seem to be contained in the get_metadata result.

0 Kudos
1 Solution
Clรฉment_Stenac

Hi,

The project status can be read from the project settings:

project.get_settings().get_raw()["projectStatus"]

View solution in original post

0 Kudos
1 Reply
Clรฉment_Stenac

Hi,

The project status can be read from the project settings:

project.get_settings().get_raw()["projectStatus"]
0 Kudos