Interface FilesApiListFilesRequest

Request parameters for listFiles operation in FilesApi.

Export

FilesApiListFilesRequest

Hierarchy

  • FilesApiListFilesRequest

Properties

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

FilesApiListFiles

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

FilesApiListFiles

purposes?: ListFilesPurposes[]

A list of file purposes to filter on.

Memberof

FilesApiListFiles

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

FilesApiListFiles

Generated using TypeDoc