Skip to content

List files

List all the file's metadata under requested path.

Request

GET: {baseUrl}/{networkID}/{appID}/files?dirPath=<the-path-of-the-folder>

Query Parameters

The API uses form-data for uploading files. Below are examples of how to structure the request when uploading a single file.

Parameters Type Description
dirPath string The absolute path of the folder

keep dirPath empty, if you want to list all the files at the root.

Headers
Learn how to pass authentication headers here.