Trados Studio
Trados Enterprise
Trados Team
Trados GroupShare
Trados Business Manager
Passolo
MultiTerm
RWS AppStore
Connectors
Beta Groups
Managed Translation
MultiTrans
TMS
WorldServer
Language Weaver
Language Weaver Connectors
Language Weaver Edge
Tridion Docs
Tridion Sites
LiveContent S1000D
XPP
Language Developers
Tridion Docs Developers
Community Help
RWS User Experience
Internal Trados Ideas Community
Mercury
RWS Community Internal Group
RWS Training & Certification
Style Guides
RWS Campus
RWS Enterprise Technology Partners
Trados Approved Trainers
ETUG (European Trados User Group) Public Information
Nordic Tridion Docs User Group
Tridion West Coast User Group
Trados Studio Ideas
Trados GroupShare Ideas
Trados Team Ideas
Trados Team Terminology Ideas
Trados Enterprise Ideas
Trados Business Manager Ideas
MultiTerm Ideas
Passolo Ideas
RWS Appstore Ideas
Tridion Docs Ideas
Tridion Sites Ideas
Language Weaver Ideas
Language Weaver Edge Ideas
Managed Translation - Enterprise Ideas
TMS Ideas
WorldServer Ideas
LiveContent S1000D Ideas
Contenta S1000D
XPP Ideas
Events & Webinars
To RWS Support
Detecting language please wait for.......
How can I get the translated text segments from a TranslationMemory's TranslationUnits that I am fetching using GroupShareKit?
What we need:
A way to list actual translated text segments, by exposing them via an API method.
What we currently have:
Using the SDL GroupShareKit, we can make a call to the /api/tmservice/tms/{tmId}/tus. This returns a list of TranslationUnits, but none of them actually contain any actual translated text.
This is the object I get in Visual Studio Debug, as a result of the API call:
I cannot find the translated text anywhere in the object.
This is the output of a postman call to: /api/tmservice/tms/348c5fdc-5c63-461b-932a-38d744213c3b/tus?source=de-ch&target=en-gb&startTuId=0&count=5
Is this even possible? Can you get actual text from a TU? If not, how would we need to go about solving this problem?
Would you be able to try get tu with iterator endpoint and let me know if this is returning the tu text? This is not yet available on GS Kit. Before adding it I would like to know if this is returning the data you're looking for.