In this article, I would like to present a method for retrieving the list of active Projects in SDL WorldServer using the REST API.
The method takes two parameters:
wsBaseUrl
token
The wsBaseUrl must be the <serverURL>:<portnumber> where your…
In this article, I would like to present a method for completing an active Task Step in SDL WorldServer using the REST API.
The method takes three parameters:
wsBaseUrl
token
completeTaskStepRequestBody
The wsBaseUrl must be the <serverURL…
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…
In this article, I would like to present a method for retrieving a list of Tasks from a Project in SDL WorldServer using the REST API.
The method takes three parameters:
wsBaseUrl
token
projectId
The wsBaseUrl must be the <serverURL>:<portnumber…
In this article, I would like to present a method for creating a Project Group in SDL WorldServer using the REST API.
The method takes three parameters:
wsBaseUrl
token
projectGroups
The wsBaseUrl must be the <serverURL>:<portnumber> where…
In this article, I would like to present a method for uploading a collection of files to SDL WorldServer using the REST API.
The method takes three parameters:
wsBaseUrl
token
files
The wsBaseUrl must be the <serverURL>:<portnumber> where…
It is now possible to connect to SDL WorldServer and perform a number of actions by using the WorldServer REST API. The REST API documentation is available from your WorldServer instance by accessing <serverURL>:<portnumber>/ws-api/docs/ws-api-doc-v1…