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…
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"
}
…
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…
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.…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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:
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?
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…
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…
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…