ListFilesRequest

case class ListFilesRequest(user: Option[String], channel: Option[String], ts_from: Option[Int], ts_to: Option[Int], types: Option[String], count: Option[String], page: Option[String], show_files_hidden_by_limit: Option[Boolean])
Value parameters:
channel

Filter files appearing in a specific channel, indicated by its ID.

count

undefined

page

undefined

show_files_hidden_by_limit

Show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit.

ts_from

Filter files created after this timestamp (inclusive).

ts_to

Filter files created before this timestamp (inclusive).

types

Filter files by type (see below). You can pass multiple values in the types argument, like types=spaces,snippets.The default value is all, which does not filter the list.

user

Filter files created by a single user.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product