Hello everyone!
I'm starting to work with Anaplan API now and interested in exporting information about models. I managed to do it using request from here
'https://test.api.anaplan.com/2/0/workspaces/***workspace ID***/models/'
This request provides me with an active state of the model, but I was wondering if there is the way to know when was the last time the model was opened (not just by me, but by any user). This will give me opportunity to understand which models were not used for a while and achive them.
Another idea I had is to export each model's history, but I couldn't manage to set up actions (or something else) for it. Also, .txt files with history can be very large (which will make script slow).
To sum up, I want to know if there is the way to export last time the model was opened (and how to do it with API) or at least set up exporting model's history.