I'm currently using the Anaplan API with the Anaplan Client to send and receive API requests. I wanted to get the size of all the models and this is the code I am using:
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -models
Output :
Now, the output is displayed directly in cmd. Is there any way to get the output directly as a text file instead?
I understand there is a way to get the whole output in a file then cleanup the file to get the desired output but it seems a bit much, is there any other alternative?