Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Download a file related to the flex document.

URL

(GET) /apps/wbflex/documents/{id}/files/file?name={name}

PARAMETERS

URL parameters are:

id

Specify either a document ID (such as 1000) or a job ID (such as c300).

Mandatory
nameThe name of the related file.Mandatory


RESULTS

The method returns the file.

The HTTP response header includes:

  • The Content-Type (such as "text/xml")
  • The Content-Disposition set to "attachment" and including the file name

EXAMPLES

-



  • No labels