get https://{server}/api/v2.1/admin/users//storage/
List objects stored by a certain user by the user's ID. In the returned list, if the is_file
value is false
, it means this object is a folder.
In this example, the obj_name
stands for the base's UUID. By using /asset/<base_uuid>
as the value of parent_dir
, you can go into the base's asset folder, where there're probably a files
and an images
folder for your further inspections.
However, you as system administrator can only see the names and size of these objects, but cannot access the data saved in them.