Query metadata of peer Files
This use case queries loaded peer Files. In contrast, the Query metadata of own Files use case can be executed to query uploaded own Files. To avoid limiting the output quantity in advance, the Query metadata of Files use case can be applied.
Parameters
All parameters are optional. If no parameter is used, all peer Files are returned.
queryallows to specify the conditions for the returned peer 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.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.tagsof the File.
On Success
- Returns all peer Files that match the
query.
On Failure
- The parameters are malformed.