In this article, I would like to present a method for downloading a file (asset) associated with a Task in SDL WorldServer using the REST API.
The method takes six parameters:
wsBaseUrl
token
taskId
assetName
downloadLocation
assetLocationType
The wsBaseUrl…