v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
ManageMultilingualGlossaries

List all Glossaries

List all glossaries and their meta-information, but not the glossary entries.

get/v3/glossaries

Response

JSON object containing a the glossaries.

Example response

{
  "glossaries": [
    {
      "glossary_id": "def3a26b-3e84-45b3-84ae-0c0aaf3525f7",
      "name": "My Glossary",
      "dictionaries": [
        {
          "source_lang": "en",
          "target_lang": "de",
          "entry_count": 1
        }
      ],
      "creation_time": "2021-08-03T14:16:18.329Z"
    }
  ]
}