How to query all entries of a term database?

Hi,

is there any way to query all entries of a WS term database through the rest or the soap api? Or to query the list of entry IDs of a TD? (Like e.g. we can do in the MultiTerm API). 

I can do an export to csv/tmx/mtxml format, but then I lose the original IDs of the entries, because they are re-numbered from 1 in the export. 

Thanks,

Tamas

Parents Reply
  • Hi,

    I would like to do an export, but be able to track the entries afterwards and do synchronization with another system. So I would like to build an 1-1 mapping between the WS entries and the objects in the another system. The only solution I found in the meantime is to build a plugin using the server api that supports iterating through the entries, and publish an endpoint on the soap api, which endpoint can return then the list of ids

    regards,

    Tamas

Children