Query metadata of Files
This use case queries Files of the Identity regardless of whether it is an uploaded own File or a loaded peer File. To limit the output quantity accordingly in advance, the Query metadata of own Files use case or Query metadata of peer Files use case can be applied instead.
Parameters
All parameters are optional. If no parameter is used, all Files are returned.
queryallows to specify the conditions for the returned Files. In detail, the following keys may be used:createdAtis the ISODateTime the File was created at.createdByis the enmeshedaddressof the Identity that created the File.createdByDeviceis theidof the Device that created the File.descriptionof the File.expiresAtis the ISODateTime the File expires.filenameis the name of the actual file from the operating system.filesizeis the size of the respective file in bytes.mimetypeof the respective file.titleof the File.isOwnindicates if the File is owned by you.tagsof the File.
On Success
- Returns all Files that match the
query.
On Failure
- The parameters are malformed.