Download Output Content

Downloads either the result or the log file of the output.

End-point

GET /documents/currentUser/generatedOutput/{filename}

Path Parameters

FieldDescription

filename

Filename of the content to download, as specified in either the generatedOutputPath or logFiles fields of the OutputInformation.

Query String Parameters

FieldDescription

id

ID of the output.

type

Type of content to download. The possible values are:

  • Output
  • Log

Possible Responses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

The response body contains the binary content of the requested file.