• Retrieval of Backgroundtasks - not working as expected

    Dear all, we are currently facing a problem with the backgroundtasks endpoint. Based on the swaggerUI definition there is no possibility of getting a backgroundtask based on its Id. So based on it, we try to retrieve all backgroundtask then filter…
  • Groupshare API - deleting TUs - fields filtering

    I'm using Groupshare developer's API. There is the delete endpoint: /api/tmservice/tms/:tmId/tus/:source/:target I can call it and delete TUs based on the date with the body: { "filter":{ "fields":[ { "name":"crd", "type":"Datetime" } …
  • GroupShare API Documentation

    I am in the information gathering phase of a project to incorporate GroupShare into my company's web-based project management software. The bulk of our GroupShare licenses are currently for 2015. I am trying to find some documentation on the different…
  • Trados Studio 2019 API, FileBasedProject + Groupshare -> Expired token, unexpected exception, could not instantiate translation engine.

    Dear SDL Devs, dear community, we are currently running into the following issue: Our Code uses an existing FileBasedProject. When updating the project credentials or TM settings we get the following exception: Die Übersetzungs-Engine 'sdltm.…
  • SDL Trados API question - Target Document PHASE in SDL Project Automation API

    I am trying to recover the PHASE of each target document is in the project, but could not find any object, I tried on the object FileBasedProject, ProjectFile, but I didn't find it. Is it possible to know which PHASE the document target is in? For…
  • Exception thrown while querying GroupShare API for project details

    I've now found several GroupShare-based projects where the GroupShare API returns a 500 (Internal Server Error) response containing "An error has occurred." The API method being called is /api/projectserver/v2/projects (GET) At a guess I'd say that…
  • RE: Project Server: Creating a customized website with resource monitoring

    Besides the default website, Groupshare 2017, comes with REST APIs that gives you the ability to extend what you get out of the box. We've recently published our latest version for the REST API client library, called GroupShareKit , which simplifies the…
  • Get check-in/out status of a GroupShare file

    Is there a GroupShare API call which specifies whether a language file is checked in or out? This API call seems to be the closest I can find as it has germane information but it doesn't have the specific detail I need. If there is no such API call…
  • Unable to persist FieldValue in TranslationMemorySettings after project is uploaded to GroupShare

    I've noticed that the projects which we create through our own automation tool and send to GroupShare are missing a TranslationMemorySetting, and I can't figure out why. All our TMs are defined with the numerical FieldDefinition Auftragsnummer . When…
  • Unable to publish a project to GroupShare usign FileBasedProject.PublishProject

    While building a tool to automate the creation and publishing of projects to GroupShare, I've found that I'm unable to publish projects to GroupShare. The process first of all creates an organisation to which it will upload the project; then it does…
  • GroupShare Web API- Enquiry on direct methods to evoke File analysis, Pre-translation , target document generation.

    Hello there Sub : GroupShare Web API - Enquiry on direct methods to evoke File analysis , Pre-translation , target document generation. Ref. I (SDL Trados Studio 2015 API) : http://producthelp.sdl.com/SDK/ProjectAutomationApi/4.0/html/b986e77a-82d2…
  • RE: Add a user to server-based MultiTerm termbase

    For Groupshare 2015 you can add a new user and certain roles by using the Rest API. If go to the following url of your GS instance you will find the actions that are available: http://{your groupshareaddress}/documentation/api. You can work directly with…
  • Add a user to server-based MultiTerm termbase

    I'm trying to programmatically add a GroupShare user to a server-based MultiTerm termbase - ideally using an API - and assign this user the "Expert" role (or any custom role, for that matter). I've seen the following question in which the proposed solution…
  • Unable to Create Organisation through GroupShare API

    I'm building an application which communicates with GroupShare using the REST API, and am encountering an exception when I try to create an organisation. First of all, we built our own API wrapper to communicate with the GroupShare REST API, and we…
  • RE: Use existing user db with GroupShare 2015

    You are correct the custom user type is there in the case you provide your custom authentication mechanism. To do that you need to create a custom authentication provider in GroupShare. More details on how to do that can be found here:
  • Is there a GroupShare SDK available for third-party developers?

    Some customers suggest that we try to integrate Xbench with GroupShare. Where could we find information on the GroupShare APIs available? Is there a GroupShare SDK for third-party developers?
  • Adding user from Groupshare to "Public" role in Multiterm server

    Is there any way to add specific user to a termbase "public" role using API? I have found this: http://producthelp.sdl.com/kb/Articles/4887.html But this does not work - user is not able to read termbase after downloading project from groupShare even…
  • RE: SP2 CU9, GS SP2 CU3 - The database contains data in a newer format than this version of the application can handle.

    There were not changes around background tasks in CU3 so this might an upgrade issue, so that the SQL tables were not updated to the latest version. To see if this is the issue can you please raise a ticket with support . This issue appears only via…
  • GroupShare API

    Hi, Please can someone confirm that it is impossible to upload project files back to the Groupshare server project? Because I cannot see this function in the documentation (only Filedownload functions). Brief background: integration with a machine…