API Reference
Log In
API Reference

List a Folder's (record) files (paginated)

Returns a paginated list of files within a given Drawer (sidedrawer) and Folder (record). Folders (record) that have been "soft-deleted" can be returned using the optional query parameter displayInactive.

For files that require signatures, the parameter envelopeId keeps track of the added signatures and which document is the final version with all signatures.

ℹ️

Versions

This endpoint also has a v1 version. Understand the difference here.

Path Params
string
required

Unique Drawer (sidedrawer) identifier.

string
required

Unique Folder (record) identifier.

Query Params
string

Limit of number of returned objects per page. Default is 20.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing before it.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing after it.

string

Set displayInactive = "true" to return inactive ("soft deleted") files.

string

This is the details of the upload instance. It is not mandatory.

string

Determines what kind of file is being pushed.

string

Used as an ID to connect/combine different files that will be part of a sequence of signatures. The objective is to have the envelopeId to track all signatures and which one is the latest one that combines them all.

string

This is the unique name that the binary will have in the SideDrawer Database. It has to be unique. This is mandatory, and it can be set by the App. In order to do so, add the timestamp when EACH file is posted (YYMMDDHHMMSS_*), all timestamps for each file will be different.

string

This is what should be listed in the "File History" list.

string

External key.

string

External key value.

Response

Language
Credentials