Hello,
I have successfully setup my Python environment. I did have a question around a specific requirement.
https://community.anaplan.com/t5/Best-Practices/Using-Python-3-with-the-Anaplan-API/ta-p/33150
From the above link, I have tried the “get models”, “get modelinfo”, and “getworkspaces” Python scripts. What I am looking for is a Python API script which can return the following fields:
1) Model ID
2) Model Name
3) Workspace ID
4) Workspace Name
Unfortunately the templates I mentioned above return at most 3 of these 4 requirements. I am able to get all of these fields if I run 2 separate scripts. 1 to return Model ID, Model Name, and Workspace ID and another to get Workspace ID and Workspace Name.
Is there a way to get all of the above information in 1 Get request? And then write to CSV (I know how to do this part based on some Googling)?
Any help here would be greatly appreciated!