• Update a Translation Memory Unit using the tmTranslation ID

    Hi all, Please let me know if I should direct this question to a different forum but wanted to start my check here. Is there any POST endpoint on the REST API for worldserver to update a Translation Memory entry if you only have its ID? For…
  • Pagination on REST API

    Hi everyone, I am currently working on an automation task for a client. It utilizes WorldServer, and I currently have a problem getting all the information I need. My goal is to get all scoped assets on a project (See Documentation: docs.rws.com/.../get…
  • 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…
  • Any open API to download target files as zip package from WS?

    Hi Team, Does WS offer any open API to download target files as zip package from WS?
  • Is it possible to upload zip package via REST API?

    Is it possible to upload zip package via REST API so that WS will unzip it itself when I use API to create a project ?
  • REST API does not support Chinese file name or project name?

    Hi There, We are working on an integration where we are trying to use REST API to automatically create projects, but if we transfer documents with Chinese file names and/or the project names has Chinese characters, it does not work (wont create project…
  • RE: Get user status via SDK

    Hi Laurent, Unfortunately, the REST API doesn't have any methods to retrieve vendors specifically but from the User based endpoints you can see if a User is part of Vendor object. If you call the Get User or Get Users endpoint using either of the…
  • Update files in WorldServer via WorldServer REST API

    There is a post call with files in WorldServer REST API so I was able to upload a file using the /files endpoint to WorldServer, but I couldn't find any put or patch. So Is there an endpoint that allows to upload the uploaded file via WorldServer REST…