-
Re: Workspace capacity: Subsets Calc / Applies To
@Alessio_Pagliano I actually recently went through this process recently and wrote a python script that handles steps 3 and 4 in my prior comment. Hope it helps! import logging import csv import requ…1 -
Re: Regarding ALM
Generally, you will want to account for this as part of your governance processes. There is a good article with some options here: https://community.anaplan.com/discussion/149132/modeling-with-concur…1 -
Re: Facing Issues with Anaplan REST APIs
@meghababbar These symptoms suggest that the account you are using to run the commands either does not have permission to access the model or that one of the IDs is incorrect (workspace ID or model I…2 -
Re: Anaplan API 2.0 Python Library - [Updated March 2022]
Leaving a note here in case in helps others. As Jesse mentioned in his article as well as in the GitHub repo notes, there is an issue with installing PyJKS. The instructions for working around the is…2 -
Re: Workspace capacity: Subsets Calc / Applies To
@Alessio_Pagliano List subset sizes are not directly available via the API, but it is possible to get the necessary information via API. Conceptually: Use the /lists endpoint to generate a list of al…1

