Questions?

They are answered by the XTRF community and our experts

0

Can you retrieve the quote documents from XTRF via the API?

István Lengyel (BeLazy) 1 year ago in API updated 1 year ago 4

Hi,


I'm wondering if there is a way to download the XTRF quote (the PDF file) either in the smart or the classic quotes. In Smart there is a quote confirmation that can be edited and sent, whereas in classic projects the quote for the entire project that appears under Documents in the project level would be interesting, but I didn't find a way to get either PDFs via the APIs.

Thanks,

István

0

Calculate start date in XTRF API

Norbert Grabowski 1 year ago in API updated 1 year ago 2

Hi,

I want to create projects with the XTRF API. I have taken an existing project and read out the project details with https://Xxx.xxxx.xxxx/home-api/projects/3738. I get as start date the value 1673433060000 and as delivery date 1673539200000. how to convert the values to a normal date format. The real start date is 11.01.2023 11:31 CET.

0

Filter vendors by holidays and import to Google Sheets

Jose Uribe 1 year ago in API 0

Hi, I'm looking for a way to filter vendors that are off today. The closest solution I found so far is via "Availability by Productivity as Text", showing 100% for a vendor that is off or fully occupied.


My issue is, when I try to import this view to Google Sheets using the XTRF add-on, I get these kinds of strings for the "Availability by Productivity as Text" column:

{jobsDetailsUrl=https:/allintranslations.s.xtrf.eu/home-api/availability/providers/2/for/${time}, numberOfDays=14.0, timeWindowStart=30-Oct-2022, days=[Ljava.lang.Object;@6e9f500b, timeWindowEnd=15-Nov-2022}


Instead of the kind of values I get if I export CSV manually: 31-Oct-2022 / 0%


Any clues are appreciated!

0

How to add language-independent tasks to a Classic project via API?

Thijs Senten 2 years ago in API updated by Bartosz Budzyński 2 years ago 3

In the documentation for /projects/{projectId}/tasks it is specified that languageCombination is a required field, but what if there isn't one and I need to add a language-independent task?

0

MemoQ 9.10 - XTRF does not insert Proofreader in MemoQ projects and does not update provider changes in MemoQ.

Christiane Lueke 2 years ago in API updated 2 years ago 3

XTRF only includes the translator in the MemoQ project when setting up the project in MemoQ. The proof reader is not included and MemoQ also does not update if the provider is changed.
Is this a problem because we are using MemoQ 9.10?

0

API: how to create a directory structure when uploading files?

Thijs Senten 2 years ago in API 0

I have a number of files with the same file name - only their respective directory names are different. Is there a way to include this path when uploading the files and creating a Classic Project through the API?

I know it's possible in the UI when uploading a zip file and ticking the 'unzip file' box. The folder structure inside the zip will be recreated in XTRF.

Any ideas on how to do something similar through the API? 

0

[XTRF API] Where to get these IDs when creating a Classic Project

burg 2 years ago in API updated by Viktor Mizsei 2 years ago 1

I need some help on which API endpoints in the list below, any help is highly appreciated. 

  • Where to get Project Manager IDs and Project Coordinator IDs
  • Where to get Primary IDs, Send Back IDs and Additional IDs from Customer/Client Contacts
  • How to create a Task in Home Portal API
  • How to link the created Task to the Project
  • How to create Item Receivables
  • How to link created Item Receivables to the Project
0

XTRF for Google Sheets Add-On not available?

Jose Uribe 2 years ago in API updated by mark 2 years ago 1

Hey guys, I have been exploring the wonders of the XTRF for Sheets Add-On, but suddenly last week it disapeared from my Google Sheets, and then I noticed that it also disappeared from the Google Workspace Marketplace too.

Any clues?

https://xtrf.userecho.com/en/knowledge-bases/6/articles/708-a-guide-to-xtrf-for-google-sheets-add-on

0

Proposal to change the code for Montenegrin

Daniel Tufeanu 2 years ago in API 0

Dear colleagues,

Montenegrin appears at the moment with "SLA" code in XTRF. As there is no official ISO 639-1 code for Montenegrin, we don't have an official obligation, but SLA sounds very generic and misleading (like general "slavic" it's a bit unfair to the identity of Montenegro that is a candidate country to the EU), plus it doesn't fit with the 2-letter pattern that most languages have. 

I would propose to use CG for Montenegrin, from "crnogorski". 


This is not an urgent matter, but I believe it's a good idea, and, if not, feel free to explain me why.

Best regards,

Daniel

0

Get a list of all persons in company via api

MikevG 2 years ago in API updated by Karl 2 years ago 7

I need to get a list of all people in the system that work for a specific company, via API. I don't see any way to do this via the api, aside from getting the list of all persons id's and going through each one to check the customerId field. That is a lot of API calls to accomplish that, and would be prohibitive to what I'm trying to accomplish. The API call for specific customers only seems to return the main contact info, so that doesn't work for what I need.

How can I get a list of the people from a specific company?