• TM Service API: GS 2020 CU10 and newer

    Hi, could you tell me how can i access TM Service API og GS 2020 CU10 and newer. Also this link groupsharedev.sdlproducts.com/.../index from developers.rws.com/.../overview.html does not work groupsharedev.sdlproducts.com/.../index Thanks
  • Source folder for files upload API?

    I'm trying to utilise APIs that upload files to existing studio projects which are published to Groupshare; however, I'm not sure how to locate the source folder where I should put the files in. Here are the APIs I'm trying to use: POST /api/projectserver…
  • REST API for Update Main Translation Memory Batch Task

    Hello, Our firm uses GS 2020 SR1 CU08 with Trados Studio 2022 17.0.6.14902, and I am trying to automate the finalisation process via Groupshare REST APIs. So far I've found an API called "ProjectFinalize" and it works perfectly except that it converts…
  • "403 Forbidden error" while authenticating after upgrade to GS CU7

    After the upgrade of Groupshare system from GS 2020 SR1 CU03 to GS 2020 CU7, we are getting "403 forbidden" error while trying to access the SDL login endpoint from our API. However, using Postman, we are able to authenticate the credentials to obtain…
  • Why is an auto-created package preventing a project from being uploaded?

    I'm trying to publish a FileBasedProject to GroupShare (2020) using this example: https://developers.rws.com/studio-api-docs/apiconcepts/projectautomation/connecting_a_project_to_a_project_server.html#publishing-to-a-project-server However, this fails…
  • Using ID from new server-based project on the local file-based version

    I'm automating the process of creating Trados Studio projects locally, then uploading them to GroupShare via the REST API. When uploading I first of all create an empty project using this API method... This returns the ID of the created empty project…
  • Unable to publish project to GroupShare 2020

    We recently upgraded from GS2017 to GS2020, and now part of our functionality - built on the Trados Studio SDK - is no longer working. For GS2015 and GS2017 we published projects using the FileBasedProject.PublishProject(...) method . However, on GS2020…
  • API on Groupshare 2020, HTTP request used to publish a Studio package to an empty server project. 500 Internal Server Error

    I am trying to call http://%HOST%/projectserver/api/1.0/projects/[projectid]/publishpackage?callbackUrl=[url] but I cannot manage to make it work The request: POST /api/projectserver/v2/projects/fcb519b7-5a93-46a1-a318-19c177f060ed/publishpackage…