Skip to content

Read specific version of the file

Fetch specific version of the file content at requested path.

Request

GET: {baseUrl}/:networkID/:appID/files?filePath=<the-absolute-path-of-the-file>?version=<version>

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
filePath string The absolute path of the file
version int The version of the file

Headers
Learn how to pass authentication headers here.

List all the versions

To list all the versions of the file pass version=-1