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…
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…
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…
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…
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…
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…