Query metadata of own Files
This use case queries uploaded own Files. In contrast, the Query metadata of peer Files use case can be executed to query loaded peer 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 own Files are returned.
queryallows to specify the conditions for the returned own Files. In detail, the following keys may be used:createdAtis the ISODateTime the File was created at.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.tagsof the File.
On Success
- Returns all own Files that match the
query.
On Failure
- The parameters are malformed.