Query Files
This use case queries Files of the Identity.
Parameters
All parameters are optional. If no parameter is given, all Files are returned.
createdAt
is the ISODateTime the File was created at.createdBy
is the enmeshed Address of the Identity that created the File.createdByDevice
is theid
of the Device that created the File.description
of the File.expiresAt
is the ISODateTime the File expires.filename
is the name of the actual file from the operating system.filesize
is the size of the respective file in bytesmimetype
of the respective filetitle
of the FileisOwn
indicates if the File is owned by you.
On Success
- Returns all Files that match the
query
.
On Failure
- The parameters are malformed.