I am looking to limit data that I need to pull underneath a project. For datasets at the project level (i.e. TypeCurve, EconModel, etc.), would a child dataset have an updatedAt > the project updatedAt? I’m hoping to limit data pulls by only pulling project data if the updatedAt is greater than the last known updatedAt on the proejct, but I wanted to check if this would be a safe assumption.
I know this is the case if you update an econ model from the UI, but I think we’d need to do some testing on all of the entities you are interested in pulling. Will all of them be updated via the API, UI, or both?