Versions Compared

Key

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

...

Get the file: You need to use the call media/get/{token} with token is the custom/filetoken property in the previous result.

JSON FILE FORMAT

...


RESULT

A JSON object with these properties:

keySegment keystring
formatThe content format such as "plain" or "html_1".string
dtThe last date of change of any property of the segment (texts, status, ...)datetime
bsidSequential number assigned for display in the translation editor. This number may change with push requests.int
cfsSegment level custom fields (null if there are none). Each array element has properties id (custom field ID) and v (custom field value)object[]?
texts

A dictionary of texts. The key is the locale and the value a text object, see below.

Code Block
"texts": { "en": {...}, "fr": {...} }


object[]


EXAMPLES

Basic results without custom fields, labels and comments:We use