• Task Completion SDK

    I am currently looking at the customisation taskcompletionsdk ( docs.rws.com/.../sample-ui-customizations) to adapt the complete step dialog. We are currently WS 11.7.3. I have following questions relating to the provided sample: Is it possible…
  • API Project search always returning unrelated projects

    Hi, I'm just trying to do a basic project seach using postman to test out some functionality that I would like to implement. I need to search for a project name and grab all the project groups ids that match that name. I am doing a post with the…
  • Using both "and" and "or" operators with WorldServer Project Group Search API

    I can see that the WorldServer REST API for Project Group Search supports an "operator" option. The UI sends "and" for the operator value. I've tried sending "or" from curl and it works too. Now I want to combine both operators, but it is not working…
  • Get list of Assigned Projects for user

    Hello, I am trying to help develop some tools for WorldServer and have run into an issue with getting simply a list of all the projects that are assigned to a specific user. The listing that comes from https://<server>/ws-api/v2/projects?token=XXXXXX…
  • WorldServer SOAP Client API: 1 MB limit for attachedFile in WSWorkflowManager createProjectGroup call

    First, some background. We have an application that uses both the REST and SOAP APIs for WorldServer 11.3 to create project groups. We use the REST API call in most cases. The situation that requires us to use a SOAP call is when one or more of the project…
  • Import TMX into TM async rest-api

    Is it possible to provide a restapi call to import TMXs into a TM asynchronously? Right now we do it with the SDK but the call is sync. We have cases that we need to import hundreds of them at a time and we really need to do this in an async approach…
  • WorldServer 11.3 Customizing the REST API

    The following article in the SDL WorldServer 11.3 Developer Documentation provides an explanation on how to customize the REST API: https://docs.sdl.com/LiveContent/content/en-US/SDL%20WorldServer%20Developer%20Documentation-v1#addHistory=true&filename…
  • Do WorldServer REST APIs support project group creation with uploaded AIS files?

    Hi Team, We are working on the REST API integration with WorldServer on version 11.3. We can upload files and then use the file name as system file for project group creation. But how to create a project group with "aisFiles", we have tried but the…