Skip to main content
GET
/
api
/
data
/
v1
/
data-files
/
{fileId}
/
revision
/
{revisionId}
Download a File Revision
curl --request GET \
  --url https://example.com/v1/api/data/v1/data-files/{fileId}/revision/{revisionId} \
  --header 'X-DOMO-Developer-Token: <api-key>'
"<string>"

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication (Assumed based on similar APIs).

Path Parameters

fileId
integer
required

The id of the file.

revisionId
integer
required

The id of the revision you wish to download.

Query Parameters

filename
string

The desired name for the downloaded file.

Response

The file content.

The response is of type file.