I am creating a Trados Project from an API. I select workflow and Translation Engine. It has been working for all the workflows for the last 4 months but all of a sudden it started to fail for one of the workflow. Below is the error message:
{ "errorCode…
I'm using Rws.LanguageCloud.Sdk and call ListTermbaseTermsAsync to get the list of Terms. How can I filter Terms based on termbaseFieldValues? Can I use search and searchType to implement this?
Hi, I have been trying to figure out how to upload the trados package via API for a while now. I can manage to upload it, but even if I do, it is not dealt with as it would be if I do it via UI. I have tried multiple types of properties to be included…
Hi everyone! I am struggling with creating projects via API in Trados Cloud. When I send API call, the response looks okay (200) but when I enter UI, the source file does not load. As the project exists, and I can retrieve the list of files via API as…
I want to update my Language Cloud Project stages section via API, after Creation of Project. Which API section will help me to add stages/stage to my Project, as there is no "Stages" related section in the docs. Can someone please help me finding it…
Hi I am facing following error while creating a Project via API in Trados Language Cloud.
Below is the request body object:
{
"name" : "Testing" ,
"dueBy" : "2024-10-22T09:00:00.000Z" ,
"location" : "b9ef8eb375774d03ad9cd0ecb0ef9262" , …
Hello everyone,
We are developing an API connecting proprietary CRM and Trados Team, but it does not seem to assign translators, even if they are correctly added in the Trados Team workflow (workflows have already been checked as correct by the Support…
Greetings!
We are trying to use the API to get project information from Trados Team via Get Project. For that purpose, we created a Service User in Team, assigned Project Manager role, then used the "Integrations" feature to create an access token.…
Hi,
We are using Trados Team Language Cloud Api in our project.
We want to use the Translation memory and Terms information for each paragraph.
Is there any api that we can use to get the memory/term's information and the matching percentage…
Hi All,
I seem to be stuck when trying to create project using the LC public API v1. More precisely, I fail to obtain a customer's location.
lc-api.sdl.com/public-api/v1/customers/:customer
When I check it with my account on the web platform, all…
Is it currently possible to download an Project Package via the API?
The documentation refers to native, sdlxliff and BCM formats, but it would be super useful if users could download and upload packages via the API.
Thanks
Samuel
Is it possible to upload a new or update an existing File Type Setting using the Language Cloud API?
I've checked the API documentation and Postman workspace, I can find the LIST/GET settings, but nothing that will replicate the "Import" file in the…
Hi,
I am just getting started with the RWS Language Cloud API, to use with Trados Team.
Working through the documentation, I have set up a Service User, Integration Application; and have the API Client ID and Client Secret.
The Service User has…
Hello All,
I was able to upload a word file into an existing project by using the API (.NET SDK). The API response is OK:
var properties = new SourceFileRequest
{
Language = "en-US" ,
Name = "Test" ,
Role = SourceFileRequestRole . Reference…
HI, I am using the API's RWS language cloud in order to get information about file I load via a platform. The problem is that someone uploaded a file doc but Trados get this error "Error in File Type Detection".
The most problematic thing is that…
Good morning, I'm using the RWS API to retrieve word count information on some files.
The flow I'm following is this:
1) Login on /tm4lc/api/v1/auth/token; 2) Upload file to /tm4lc/api/v1/files/:projectOptionsId; 3) Project creation on /tm4lc/api…
Hi There is an up-to-date version of API for Trados Live.
However, the documentation describes only v1.
How can I receive a description of API v3 or access to swagger docs?
Even if the docs are not complete, this will still speed up the development…
Hello community, I have a request from a customer, he wishes to automate a huge part of his translation process by creating a web UI that his customers can use to create Trados projects, now, my question is the following: Is there some sort of prebuilt…
Hello community, I'm creating a programmatic pipeline for generating projects automatically, I already created the first part of this process and everything runs smooth, I run the program over a file and get the sdlxliff (there is a series of events opaque…
Hello, I have an API development issue with SDL Trados Studio 2019 SR2 (15.2.0.1041). I get the error message "One or more errors accored" at the following program line: SearchResults results = langDirection.SearchText(sdlSearchSettings, "Telefonliste…
With the following, I can create a new project from a Studio package:
FileBasedProject.CreateFromProjectPackage(string packageFile, string projectPath, out ProjectPackageImport result)
However, when providing a WorldServer package file, the above…
In Word I use the following to get a handle on the active application window. Would something similar be possible for Studio?
Imports Microsoft.Office.Interop
Public appWord As Word.Application
Return DirectCast(System.Runtime.InteropServices…
Hi!
I'm unable to use https:// lc-api.sdl.com/file-translations API in a Java environment.
This is my source:
HttpEntity entity = MultipartEntityBuilder . create () .addTextBody( "from" , "ita" ) .addTextBody( "to" , "eng" ) .addBinaryBody( "file…
I would like to identify Studio installations so my plugin recognizes that it runs on several installations, on different PCs. One possibility would be to use some hardware identifier (or their combinations) but according to various resources, it is not…