Dokumentverzeichnis

Glossar-API

Terminologie-Glossar abfragen

/v1/glossary/query

Glossardetails anhand der ID abrufen.

Beispiel

curl
1curl -X POST 'https://otranslator.com/api/v1/glossary/query' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5  "glossaryId": "[string]"
6}'

Anfrageparameter

ParameterTypStandardBeschreibungBeispiel
*glossaryIdString-

Terminologie-ID

-

Antwort

ParameterTypStandardBeschreibungBeispiel
glossaryIdString-

Terminologie-ID

-
nameString-

Glossarname

-
descString-

Glossarbeschreibung

-
targetLangString-

Zielsprache

-
keysString[]-

Begriffsliste

-
translatedJSON-

Zuordnung von Begriffen zu Übersetzungen

-
createdAtDateTime-

Erstellungszeit der Terminologie

-
updatedAtDateTime-

Aktualisierungszeit des Glossars

-