Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
(GET) /api/media/get/{fileref}


EXAMPLES - TBX version 1

Submit request to export term base 112334:

Code Block
(POST) /api/resources/segments/io/tmxtbx


BODY:
{
	"scope": { "type": "DocumentSet", "dsid": 112334 },
	"locales": [ "en", "fr" ]
}

...