Forum Discussion
dmiller
7 years agoFormer Employee
Per development:
filter_asset: filter activity by an asset’s label
filter_project: filter activity by project’s label
There are some dependencies.
filter_ project also needs filter_project_space
filter_ asset needs filter_project_space and filter_ project
eric_hansen_wor
7 years agoNew Contributor
Outstanding, thank you. I would love to see that included in the API documentation.
My solution will be to query the Activity API for activities in a project/Dir, and use the HTTP DELETE method for anything in the directory before deleting the directory itself.
It’s not ideal, but thankfully I was able to monitor the HTTP traffic in the Management UI and make the same kind of API calls to manage assets.
Thanks again.